List of error codes

The error code is in the body of the error response

{
    "success":false,
    "error": { 
        "name":"...",
        "message":"...",
        "code": "..."
    },
    "requestId":"..."
}

Last updated