Errors

DSAR-SCH-1599: SCHEMA_UNCATALOGED_ERROR

Meaning

The runtime emitted an error code that is not present in the schema 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

  1. Add the missing code to schema catalog.
  2. Add matching per-code docs markdown file.
  3. Update tests.

Retryable

No. SCHEMA_UNCATALOGED_ERROR is a catalog/code defect (missing catalog entry or throw-site typo) and retrying the same request does not resolve it. If a transient downstream failure exists, handle that separately; the uncataloged error itself is a release-quality defect.

Minimal Trigger Example

A mapper returns a code not defined in the schema error catalog.