Error object
When a request reaches the server but fails for some reason, e.g. when trying to invoke a non-existing Microflow, the server returns an error JSON object, containing the following:
| Name | Type | Description |
|---|---|---|
| type | String | This field is always set to “exception” |
| description | String | A description of why the request failed. |
| result | Number | The HTTP status code of the request. |