Account disabled
This account is disabled and cannot call the API.
| Field | Value |
|---|---|
| HTTP status | 403 |
| code | ACCOUNT_DISABLED |
| retryable | false |
| type | https://docs.flashapi.io/errors/account-disabled |
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/account-disabled",
"title": "Account disabled",
"status": 403,
"detail": "This account is disabled and cannot call the API.",
"instance": "urn:flashapi:request:req_01JXYZ123",
"code": "ACCOUNT_DISABLED",
"request_id": "req_01JXYZ123",
"retryable": false
}See the error catalog for every platform code.