TxTimeoutError
Defined in: src/Contract.ts:68
Error when a contract operation exceeds the configured timeout.
Since
0.10.0
Extends
YieldableError<this> &object&Readonly<{message:string;operation:string;timeout:number; }>
Constructors
Constructor
new TxTimeoutError(
args):TxTimeoutError
Defined in: node_modules/.pnpm/effect@3.21.0/node_modules/effect/dist/dts/Data.d.ts:610
Parameters
args
message
string
operation
string
timeout
number
Returns
TxTimeoutError
Inherited from
Data.TaggedError('TxTimeoutError')<{ readonly operation: string; readonly timeout: number; readonly message: string; }>.constructor
Properties
message
message:
string
Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1077
Inherited from
Data.TaggedError('TxTimeoutError').message
operation
readonlyoperation:string
Defined in: src/Contract.ts:69
Inherited from
Data.TaggedError('TxTimeoutError').operation
timeout
readonlytimeout:number
Defined in: src/Contract.ts:70
Inherited from
Data.TaggedError('TxTimeoutError').timeout