Document representing a fault message that is returned whenever the HTTP status code is greater than or equal to 400 (which indicates an error).
Property | Type | Constraints | Description |
---|---|---|---|
details |
Map[String, Object] | A map that provides detailed information in key/value pairs. | |
message |
String | The message text of the java exception. | |
type |
String | The name of the java exception. |