Generic response containing the response code and response messages (no additional objects)
name | data type | constraints | description |
---|---|---|---|
message | string | ||
boolean | required boolean | ||
maintenance | boolean | required boolean | |
Properties inherited from GenericResponse |
|||
messages | array of Message | Messages contained in the response (which should be shown to the user) | |
responseInfo | ResponseInfo |
Example
{ "message" : "...", "banner" : true, "maintenance" : true, "messages" : [ { }, { } ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "...", "property" : "..." } }