Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CustomAuthError

class CustomAuthError extends AuthError {
constructor(
message: string,
name: string,
status: number,
code: string | undefined,
);
name: string;
status: number;
}

§Extends

§
AuthError
[src]

§Constructors

§
new CustomAuthError(message: string, name: string, status: number, code: string | undefined)
[src]

§Properties

§
name: string
[src]
§
status: number
[src]