Errors
DSAR-BE-1402: LIFECYCLE_STATUS_UNKNOWN
Alpha
DSAR is currently in alpha. APIs, package surfaces, configuration, and documentation may change as the project evolves.
Meaning
The current lifecycle status value is not recognized by the transition state machine.
Probable Causes
- Persistence contains legacy or corrupted status value.
- Manual data mutation introduced unsupported status.
How to Fix
- Normalize persisted lifecycle status to supported values.
- Add migration for legacy status strings before transition calls.
Retryable
No. Retry only after correcting stored lifecycle status.