{
"notification": {
"type": "success",
"code": "string",
"message": "string"
},
"error": {
"code": 0,
"error": "string",
"message": "string"
},
"errors": {
"property1": "string",
"property2": "string"
},
"trace": [
{}
],
"meta": {
"requestId": "string",
"traceId": "string"
}
}