Errors
DSAR-PP-1001: POLICY_PACKS_CHECKSUM_FAILED
Alpha
DSAR is currently in alpha. APIs, package surfaces, configuration, and documentation may change as the project evolves.
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
- Inspect the
causefield for the underlying error message. - Verify the policy pack JSON is well-formed and serializable.
- 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.