ApiErrorNotFound
status int32required
Example:
404
error stringrequired
Example:
Not found
code stringrequired
Example:
object_not_found
ApiErrorNotFound
{
"status": 404,
"error": "Not found",
"code": "object_not_found"
}