Skip to content

Errors

Errors use this shape:

{
"error": {
"code": "not_found",
"message": "not found"
}
}

Common codes: not_found, bad_request, internal_error.