Type Alias: GetAuthenticationErrors
type GetAuthenticationErrors = object;
Defined in: gen/types.gen.ts:7953
Properties
401
401: ProblemDetail;
Defined in: gen/types.gen.ts:7957
The request lacks valid authentication credentials.
403
403: ProblemDetail;
Defined in: gen/types.gen.ts:7961
Forbidden. The request is not allowed.
500
500: ProblemDetail;
Defined in: gen/types.gen.ts:7965
An internal error occurred while processing the request.