Errors

Format

Both client and server errors are returned in the following format:

{
    "timestamp": 1584539613,
    "httpStatus": 400,
    "httpError": "Bad Request",
    "message": "Request failed validation",
    "path": "/api/v1/path/to/resource",
}

HTTP Status Codes

Last updated