Skip to main content

TransactionRevertedError

Defined in: atomiq-base/src/errors/TransactionRevertedError.ts:6

Indicates that the sent transaction has reverted (i.e. was confirmed but the execution failed)

Extends

  • Error

Constructors

Constructor

new TransactionRevertedError(msg): TransactionRevertedError;

Defined in: atomiq-base/src/errors/TransactionRevertedError.ts:8

Parameters

ParameterType
msgstring

Returns

TransactionRevertedError

Overrides

Error.constructor