Error responses

Prev Next

In addition with the HTTP status code, API errors will be returned with a JSON body of application/problem+json media type, following the RFC 7807.

Fields

In the response body you will find several fields describing the error.


status

The HTTP status code.


title

A short summary of the problem type.


type

An URI reference that identifies the problem type. This URI is not necessarily resolvable, it's main purpose is to identify the problem type, but it sometimes can give you additional information on the problem. It can also be set to about:blank when the problem has no additional semantics beyond that of the HTTP status code.


detail

An optional field giving some explanation on the specific occurrence of the problem.


Some additional fields may be present to give more accurate information about the problem encountered.