Error Data Type

A more detailed description of an error. The Content-Type response header will be application/vnd.blackberry.error-v1+json when this is returned.

See Error codes for an overview of possible error IDs and subStatusCodes.

Properties
Name Type Description
id string Unique identifying name of this error.
subStatusCode number Sub-status code specific to this error.
message string Description of error.

Example

{
  "id" : "APPLICATION_NOT_FOUND",
  "subStatusCode" : 113,
  "message" : "Application not found."
}