Errors
OpenApp uses conventional HTTP response codes to indicate the success or failure of an API request.
{
"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.