Errors
DSAR-S3-1500: STORAGE_S3_RUNTIME_ERROR
Alpha
DSAR is currently in alpha. APIs, package surfaces, configuration, and documentation may change as the project evolves.
Meaning
An unhandled S3 storage runtime exception occurred.
Probable Causes
- Unexpected bug in S3 storage logic.
- AWS API or credential failure not mapped to a typed domain error.
How to Fix
- Inspect logs for stack trace and context.
- Add explicit domain error mapping for the failing boundary.
- 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 S3 storage operations.