CANARY_TERMINAL
409invalid_requestThe canary already reached a terminal state.
Cause
The canary was already promoted or aborted; terminal states are final.
How to fix it
Start a new canary if you want another evaluation.
Example response
409 CANARY_TERMINAL
JSON
{
"error_code": "CANARY_TERMINAL",
"error_type": "invalid_request",
"error_message": "The canary already reached a terminal state.",
"hint": "Start a new canary if you want another evaluation.",
"docs_url": "https://docs.billerapi.com/errors/CANARY_TERMINAL",
"request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}Related
- Error handling — the error envelope shape and how to parse it
- Error code reference — every stable error code
Canonical docs URL: https://docs.billerapi.com/errors/CANARY_TERMINAL
Was this page helpful?