Type Alias: GetAuthorizationErrors
type GetAuthorizationErrors = object;
Properties
401
401: ProblemDetail;
The request lacks valid authentication credentials.
403
403: ProblemDetail;
Forbidden. The request is not allowed.
404
404: ProblemDetail;
The authorization with the given key was not found.
500
500: ProblemDetail;
An internal error occurred while processing the request.