Skip to main content
Version: v41

error_detail

Error response detail

error_codeerror_code (string)

Standard error code denoting the error type

Possible values: [GENERAL_ERROR, BAD_REQUEST, PERMISSION_DENIED, INVALID_REQUEST_DATA, REQUIRED_VALUE_MISSING, VALUE_OUT_OF_BOUNDS, VALUE_INCORRECT_TYPE, VALUE_INCORRECT_FORMAT, VALUE_DUPLICATE, CONFIGURATION_ERROR, OUT_OF_RESOURCES, MAX_LOAD, TOO_MANY_CONNECTIONS, DATABASE_ERROR, CACHE_ERROR, INTRA_SERVICE_COMMUNICATION_ERROR]

error_messagestring

Textual, human readable error message

propertystring

The property name causing an error

error_detail
{
"error_code": "GENERAL_ERROR",
"error_message": "string",
"property": "string"
}