DEBUG_PARAMETER_LOOKUP_FAILED
500upstreamParameter Store could not be read.
Cause
The upstream parameter read faulted.
How to fix it
Retry with backoff — reads are cached for five minutes, so a repeat within that window may still be served.
Example response
500 DEBUG_PARAMETER_LOOKUP_FAILED
JSON
{
"error_code": "DEBUG_PARAMETER_LOOKUP_FAILED",
"error_type": "upstream",
"error_message": "Parameter Store could not be read.",
"hint": "Retry with backoff — reads are cached for five minutes, so a repeat within that window may still be served.",
"docs_url": "https://docs.billerapi.com/errors/DEBUG_PARAMETER_LOOKUP_FAILED",
"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/DEBUG_PARAMETER_LOOKUP_FAILED
Was this page helpful?