Problems registry

This registry provides a definitive and centralized catalog of problem types used in our APIs, adhering to the standard defined in RFC 9457 - Problem Details for HTTP APIs.

When an error occurs while you are interacting with our services, our APIs will return a structured, machine-readable "problem detail" to help you understand the issue and how to resolve it. Each problem detail includes a unique "type" URI that links directly to the corresponding definition within this registry.

Here, you will find a comprehensive list of all supported problem types, each with a clear and detailed explanation of its meaning, the HTTP status code it corresponds to, and any additional information required to handle the error effectively.

Access forbidden

The requestor is not authorized to access the requested resource.


Bad Request

The request is invalid or malformed, causing the server to reject it.


Business rule violation

The request is invalid and does not meet the business rules defined by the server.


General Error

The server encounters an unexpected issue, preventing it from fulfilling the request.


Invalid body property

The request body contains an invalid or malformed property, causing the server to reject the request.


Invalid request header

The request contains an invalid or malformed header, causing the server to reject it.


Invalid request parameter

A client request contains invalid or malformed parameters, causing the server to reject the request.


Not Found

The requested resource cannot be found on the server.


Service temporarily unavailable

The service is currently unavailable, preventing the server from fulfilling the request.


Unauthorized

A client request lacks a valid access token, preventing the server from returning the requested resource.