All the MEVEO API web service response must extend this class.
| name | data type | description |
|---|---|---|
| catMessagesDto | CatMessagesDto | |
Properties inherited from BaseResponse |
||
| actionStatus | ActionStatus | |
Example
{
"catMessagesDto" : {
"entityClass" : "...",
"code" : "...",
"defaultDescription" : "...",
"translatedDescriptions" : [ {
"languageCode" : "...",
"description" : "..."
}, {
"languageCode" : "...",
"description" : "..."
} ]
},
"actionStatus" : {
"status" : "FAIL",
"errorCode" : "INVALID_PARAMETER",
"message" : "..."
}
}