Skip to main content
Version: v2

Error

errorstringrequired

Machine-readable error code

Example: NOT_FOUND
messagestringrequired

Human-readable error description

Example: The requested resource was not found
JSON
Error
{
"error": "NOT_FOUND",
"message": "The requested resource was not found"
}