splitch

DocsAPIAPPROVAL_APPLICATION_FAILED.md

APPROVAL_APPLICATION_FAILED

HTTP status
409
Recommended action
RETRY_REVIEW
Details payload
{ approvalRequestId: string, reviewId: string, applicationError: { code: ErrorCode, details: object }, recommendedAction: "RETRY_REVIEW" }

Cause

The Review was authorized but applying the change did not complete. The request remains pending; inspect details.applicationError before retrying with a new Review idempotency key.

Fix

Read details.applicationError and the response message to determine whether the target was rolled back, changed before a later failure, or left in an unknown state. Fix the underlying failure, re-read the target when its state is unknown, then retry the Review with a new idempotency key.

Related codes