Information or error message indicating the outcome for an operation
| name | data type | constraints | description |
|---|---|---|---|
| type | string | Type of message from Info|Error | |
| title | string | Message title | |
| html | string | Value in html to show to the user | |
| closeable | boolean | required | If the message is dismissable |
| code | string | Code |
Example
{
"type" : "Error",
"title" : "Credentials required",
"html" : "Valid user/password are required to process the approval",
"closeable" : true,
"code" : "..."
}