Errors

DSAR-CLI-1500: CLI_RUNTIME_ERROR

Meaning

An unhandled CLI runtime exception occurred.

Probable Causes

  • Unexpected bug in CLI command logic.
  • Dependency failure not mapped to a typed domain error.

How to Fix

  1. Inspect stderr output for stack trace and context.
  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 during CLI command execution.