Skip to content

Latest commit

 

History

History
104 lines (55 loc) · 1.74 KB

FetcherErrorInterface.md

File metadata and controls

104 lines (55 loc) · 1.74 KB

@paraswap/sdk / Exports / FetcherErrorInterface

Interface: FetcherErrorInterface

Hierarchy

Implemented by

Table of contents

Properties

Properties

code

Optional code: string

Overrides

FetcherErrorConstructorInput.code

Defined in

src/helpers/misc.ts:101


isAxiosError

isAxiosError: boolean

Inherited from

FetcherErrorConstructorInput.isAxiosError

Defined in

node_modules/axios/index.d.ts:362


message

message: string

Inherited from

FetcherErrorConstructorInput.message

Defined in

node_modules/typescript/lib/lib.es5.d.ts:1023


request

Optional request: any

Inherited from

FetcherErrorConstructorInput.request

Defined in

node_modules/axios/index.d.ts:360


response

Optional response: AxiosResponse<unknown, any>

Inherited from

FetcherErrorConstructorInput.response

Defined in

node_modules/axios/index.d.ts:361


status

Optional status: number

Defined in

src/helpers/misc.ts:100