Errors
DSAR-PP-1599: POLICY_PACKS_UNCATALOGED_ERROR
Alpha
DSAR is currently in alpha. APIs, package surfaces, configuration, and documentation may change as the project evolves.
Meaning
The runtime emitted an error code that is not present in the policy packs catalog and fell back to uncataloged handling.
Probable Causes
- New error code emitted without catalog/docs entry.
- Typo in error code from throw site.
How to Fix
- Add the missing code to policy packs catalog.
- Add matching per-code docs markdown file.
- Update policy-packs error-code contract tests to include
DSAR-PP-1599(dsar-pp-1599).
Retryable
Unknown until cataloged. Do not assume retryability from POLICY_PACKS_UNCATALOGED_ERROR alone; determine transience from cataloged error types and instrumentation.