error Data Type

Returned in case of an error.

Properties
name data type description
code number the HTTP status code
status string the HTTP status message
message string an additional error message
timestamp string current timestamp

Example

{
  "code" : 404,
  "status" : "Not Found",
  "message" : "unknown mbid",
  "timestamp" : "2016-12-08T17:52:48.817+0000"
}