Skip to content

Errors

OpenApp uses conventional HTTP response codes to indicate the success or failure of an API request.

1
2
3
4
5
6
{
  "isPublicException": true,
  "message": "Whoops... something went wrong",
  "name": "DefaultPublicException",
  "httpCode": 500
}

message is a translated field that will return the description of the error based on the x-language header provided

Supported languages are EN, PL