Errors

DSAR-SQL-1500: PERSISTENCE_SQLITE_RUNTIME_ERROR

Meaning

An unhandled SQLite persistence runtime exception occurred.

Probable Causes

  • Unexpected bug in SQLite persistence logic.
  • Database I/O or constraint failure not mapped to a typed domain error.

How to Fix

  1. Inspect logs 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