Skip to main content

NotFoundError

error objectrequired
codestringrequired

Machine-readable error code

Possible values: [NOT_FOUND]

Example: INVALID_REQUEST
messagestringrequired

Human-readable error message

Example: The requested entity was not found
details object

Additional error details specific to the error type

property name*any

Additional error details specific to the error type

Example: {"field":"id","value":"invalid-uri"}
requestIdstring<uuid>

Unique identifier for this request, useful for debugging

Example: 550e8400-e29b-41d4-a716-446655440000
NotFoundError
{
"error": {
"code": "INVALID_REQUEST",
"message": "The requested entity was not found",
"details": {
"field": "id",
"value": "invalid-uri"
},
"requestId": "550e8400-e29b-41d4-a716-446655440000"
}
}