Type Alias: GetUserErrors
type GetUserErrors = object;
Defined in: gen/types.gen.ts:16601
Properties
401
401: ProblemDetail;
Defined in: gen/types.gen.ts:16605
The request lacks valid authentication credentials.
403
403: ProblemDetail;
Defined in: gen/types.gen.ts:16609
Forbidden. The request is not allowed.
404
404: ProblemDetail;
Defined in: gen/types.gen.ts:16613
The user with the given username was not found.
500
500: ProblemDetail;
Defined in: gen/types.gen.ts:16617
An internal error occurred while processing the request.