Errors

DSAR-BE-1500: INTERNAL_RUNTIME_ERROR

Meaning

An unhandled backend runtime exception occurred.

Probable Causes

  • Unexpected bug in route/service logic.
  • Dependency failure not mapped to a typed domain error.

How to Fix

  1. Inspect server logs for handled_error/unhandled_error payload and stack.
  2. Add explicit domain error mapping for the failing boundary.
  3. Patch root cause and add regression tests.

Retryable

Yes, but only when failure is transient. Persistent failures require code fix.

Minimal Trigger Example

Any uncaught exception thrown by backend runtime path.