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

AuthApiError

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

§Extends

§
AuthError
[src]

§Constructors

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

§Properties

§
status: number
[src]