UnauthorizedError
error objectrequired
codestringrequired
Possible values: [UNAUTHORIZED]
messagestringrequired
Human-readable error message
Example:
Authentication is required to access this resourcerequestIdstring<uuid>
Unique identifier for this request, useful for debugging
Example:
550e8400-e29b-41d4-a716-446655440000UnauthorizedError
{
"error": {
"code": "UNAUTHORIZED",
"message": "Authentication is required to access this resource",
"requestId": "550e8400-e29b-41d4-a716-446655440000"
}
}