Errors
DSAR-BE-1401: LIFECYCLE_TRANSITION_DISALLOWED
Alpha
DSAR is currently in alpha. APIs, package surfaces, configuration, and documentation may change as the project evolves.
Meaning
The requested lifecycle action is not allowed from the request's current status.
Probable Causes
- Client attempted transition out of order.
- Request state changed between reads and writes.
How to Fix
- Read current lifecycle status before issuing transition command.
- Inspect
error.trace.lifecycle.allowedTransitionsfor valid next actions. - Follow documented transition matrix.
Retryable
No. Retry only with a valid transition for current state.