{
"success": false,
"errorCode": "INTERNAL_SERVER_ERROR",
"message": "string",
"error": "string",
"details": {
"property1": {
"code": "string",
"message": "string",
"params": {
"min": 0,
"max": 0,
"length": 0,
"allowedValues": [
"string"
],
"property1": "string",
"property2": "string"
}
},
"property2": {
"code": "string",
"message": "string",
"params": {
"min": 0,
"max": 0,
"length": 0,
"allowedValues": [
"string"
],
"property1": "string",
"property2": "string"
}
}
}
}