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.

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

Example

{
  "subStatusCode" : 100,
  "message" : "Resource already exists."
}