Errors

Error structure

Errors will always have the following structure:

{
  "errorMessage": "Error description"
  "path": "/api/v1/som/path",
  "date": 123123123, // UNIX FORMAT
  "errorCode": "undefined.error"
}

Handling HTTP Status Codes

These will be provided by the HTTP status code.

Timeout handling

The maximum defined timeout for a transaction will be 60 seconds.

Última actualización