ErrorResponse
Error response wrapper
errors object[]
Array of error details
Array [
codestring
Error code identifier
typestring
Error type category
Possible values: [CLIENT, SERVER]
descriptionstring
Human-readable error description
]
ErrorResponse
{
"errors": [
{
"code": "string",
"type": "CLIENT",
"description": "string"
}
]
}