ApiErrorNotFound
statusint32required
Example:
404errorstringrequired
Example:
Not foundcodestringrequired
Example:
object_not_foundApiErrorNotFound
{
"status": 404,
"error": "Not found",
"code": "object_not_found"
}