NotFoundError
error objectrequired
codestringrequired
Possible values: [NOT_FOUND]
messagestringrequired
Human-readable error message
Example:
The requested entity was not founddetails object
Additional error details specific to the error type
property name*any
Additional error details specific to the error type
requestIdstring<uuid>
Unique identifier for this request, useful for debugging
Example:
550e8400-e29b-41d4-a716-446655440000NotFoundError
{
"error": {
"code": "NOT_FOUND",
"message": "The requested entity was not found",
"details": {},
"requestId": "550e8400-e29b-41d4-a716-446655440000"
}
}