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

AuthRetryableFetchError

class AuthRetryableFetchError extends CustomAuthError {
constructor(message: string, status: number);
}

§Extends

§
CustomAuthError
[src]

§Constructors

§
new AuthRetryableFetchError(message: string, status: number)
[src]