Message Data Type

Information or error message indicating the outcome for an operation

Properties
name data type 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 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" : "..."
}