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

UnexpectedResponseException

class UnexpectedResponseException extends UnexpectedResponseException_base {
constructor(msg: any, status: any);
[x: string]: any;
status: any;
}

§Extends

§
UnexpectedResponseException_base
[src]

§Constructors

§
new UnexpectedResponseException(msg: any, status: any)
[src]

§Index Signatures

§
[x: string]: any

§Properties

§
status: any
[src]