Resource not found
No product, version, or endpoint matches this path.
| Field | Value |
|---|---|
| HTTP status | 404 |
| code | RESOURCE_NOT_FOUND |
| retryable | false |
| type | https://docs.flashapi.io/errors/resource-not-found |
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/resource-not-found",
"title": "Resource not found",
"status": 404,
"detail": "No product, version, or endpoint matches this path.",
"instance": "urn:flashapi:request:req_01JXYZ123",
"code": "RESOURCE_NOT_FOUND",
"request_id": "req_01JXYZ123",
"retryable": false
}See the error catalog for every platform code.