Errors

DSAR-BE-1401: LIFECYCLE_TRANSITION_DISALLOWED

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

  1. Read current lifecycle status before issuing transition command.
  2. Inspect error.trace.lifecycle.allowedTransitions for valid next actions.
  3. Follow documented transition matrix.

Retryable

No. Retry only with a valid transition for current state.

Response Shape

Minimal Trigger Example