Internal error
An unexpected error occurred.
| Field | Value |
|---|---|
| HTTP status | 500 |
| code | INTERNAL_ERROR |
| retryable | true |
| type | https://docs.flashapi.io/errors/internal-error |
Gateway and upstream problem+json bodies use this type URI. SDKs should branch on code, not on title or detail.
Example#
terminal
{
"type": "https://docs.flashapi.io/errors/internal-error",
"title": "Internal error",
"status": 500,
"detail": "An unexpected error occurred.",
"instance": "urn:flashapi:request:req_01JXYZ123",
"code": "INTERNAL_ERROR",
"request_id": "req_01JXYZ123",
"retryable": true
}See the error catalog for every platform code.