A more detailed description of an error. The Content-Type response header will be
application/vnd.blackberry.error-v1+json when this is returned.
| Name | Type | constraints | Description |
|---|---|---|---|
| id | string | Unique identifying name of this error. | |
| subStatusCode | number | required int | Sub-status code specific to this error. |
| message | string | Description of error. |
Example
{
"id" : "APPLICATION_NOT_FOUND",
"subStatusCode" : 113,
"message" : "Application not found."
}