A brief explanation of the error.
The HTTP status of the error.
The error when the client is missing authorization. This error often occurs when the user doesn't pass in the required authentication or passes in invalid credentials.
{
"type": "UNAUTHORIZED",
"status": 401,
"message": "The user is missing authentication or the passed credentials are invalid"
}
Shared fields between all error response variants.