MandaitorTimeoutError
@mandaitor/sdk / MandaitorTimeoutError
Class: MandaitorTimeoutError
Defined in: @mandaitor/sdk/dist/errors.d.ts:121
Thrown when the request times out (AbortController signal).
Extends
Error
Constructors
Constructor
new MandaitorTimeoutError(
timeoutMs,url):MandaitorTimeoutError
Defined in: @mandaitor/sdk/dist/errors.d.ts:125
Parameters
timeoutMs
number
url
string
Returns
MandaitorTimeoutError
Overrides
Error.constructor
Properties
cause?
optionalcause?:unknown
Defined in: .pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es2022.error.d.ts:24
Inherited from
Error.cause
message
message:
string
Defined in: .pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts:1075
Inherited from
Error.message
name
readonlyname:"MandaitorTimeoutError"="MandaitorTimeoutError"
Defined in: @mandaitor/sdk/dist/errors.d.ts:124
Overrides
Error.name
stack?
optionalstack?:string
Defined in: .pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.es5.d.ts:1076
Inherited from
Error.stack
timeoutMs
readonlytimeoutMs:number
Defined in: @mandaitor/sdk/dist/errors.d.ts:122
url
readonlyurl:string
Defined in: @mandaitor/sdk/dist/errors.d.ts:123