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 failed and rolled back. Nothing was written, and the request is still pending.

Fix

Read details.applicationError for the underlying failure, fix that, then retry the Review with a new idempotency key. The rollback is complete: no partial application survives.

Related codes