Errors
DSAR-SDK-1599: SDK_UNCATALOGED_ERROR
Alpha
DSAR is currently in alpha. APIs, package surfaces, configuration, and documentation may change as the project evolves.
Meaning
The SDK emitted an error code that is not present in the SDK catalog and fell back to uncataloged handling.
Probable Causes
- New error code emitted without catalog/docs entry.
- Typo in reason code string from throw site.
How to Fix
- Add the missing code to SDK catalog.
- Add matching per-code docs markdown file.
- Update tests.
Retryable
Yes for transient failures, but treat as a release-quality defect.
Minimal Trigger Example
A mapper returns a code not defined in the SDK error catalog.