error
Standard error response
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
]
Textual, human readable error message
The property name causing the error
details object[]
An array of errors describing the error in more detail
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
]
Textual, human readable error message
The property name causing the error
{
"error_code": "GENERAL_ERROR",
"error_message": "string",
"property": "string",
"details": [
{
"error_code": "GENERAL_ERROR",
"error_message": "string",
"property": "string"
}
]
}