Errors

DSAR-PP-1001: POLICY_PACKS_CHECKSUM_FAILED

Meaning

Computing a SHA-256 checksum for a policy pack failed.

Probable Causes

  • The policy pack payload could not be serialized to a stable canonical form.
  • An unexpected runtime error in the hashing implementation.
  • Invalid or circular data structure in the policy pack definition.

How to Fix

  1. Inspect the cause field for the underlying error message.
  2. Verify the policy pack JSON is well-formed and serializable.
  3. Ensure the runtime environment supports the Web Crypto / Node.js crypto API.

Retryable

No. The policy pack content must be valid before a checksum can be computed.

Minimal Trigger Example