Error
The uniform JSON error body used by all failing requests.
errorstringrequired
A stable, machine-readable error code.
Example:
not_foundmessagestring
An optional human-readable description.
Error
{
"error": "not_found",
"message": "string"
}