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