@paraswap/sdk / Exports / FetcherErrorInterface
-
↳
FetcherErrorInterface
• Optional
code: string
FetcherErrorConstructorInput.code
• isAxiosError: boolean
FetcherErrorConstructorInput.isAxiosError
node_modules/axios/index.d.ts:362
• message: string
FetcherErrorConstructorInput.message
node_modules/typescript/lib/lib.es5.d.ts:1023
• Optional
request: any
FetcherErrorConstructorInput.request
node_modules/axios/index.d.ts:360
• Optional
response: AxiosResponse
<unknown
, any
>
FetcherErrorConstructorInput.response
node_modules/axios/index.d.ts:361
• Optional
status: number