Skip to main content

UnauthorizedError

statusstringrequired

Error type identifier

Example: UnauthorizedError
statusCodeint32required

HTTP status code

Example: 401
messagestringrequired

Human-readable error message

Example: Unauthorized access
requestIdstringrequired

Unique identifier for the request

Example: df011689-bd3e-4953-95ca-c7bbdacaf6f8
requestTimedate-timerequired

Timestamp when the request was processed

Example: 2025-03-05T10:25:52Z
UnauthorizedError
{
"status": "UnauthorizedError",
"statusCode": 401,
"message": "Unauthorized access",
"requestId": "df011689-bd3e-4953-95ca-c7bbdacaf6f8",
"requestTime": "2025-03-05T10:25:52Z"
}