CANARY_CANDIDATE_NOT_FOUND
404invalid_requestThe canary candidate recording does not exist.
Cause
The candidate_hash is not a stored recording version.
How to fix it
Create the recording version first, then start the canary.
Example response
404 CANARY_CANDIDATE_NOT_FOUND
JSON
{
"error_code": "CANARY_CANDIDATE_NOT_FOUND",
"error_type": "invalid_request",
"error_message": "The canary candidate recording does not exist.",
"hint": "Create the recording version first, then start the canary.",
"docs_url": "https://docs.billerapi.com/errors/CANARY_CANDIDATE_NOT_FOUND",
"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_CANDIDATE_NOT_FOUND
Was this page helpful?