Skip to content
Alchemy Logo

FailedToFindTransactionError

Defined in: aa-sdk/core/src/errors/transaction.ts:20

Represents an error that occurs when a transaction cannot be found for a given user operation. This error extends from BaseError. The hash of the transaction is provided to indicate which transaction could not be found.

new FailedToFindTransactionError(hash): FailedToFindTransactionError;

Defined in: aa-sdk/core/src/errors/transaction.ts:28

Constructs a new error message indicating a failure to find the transaction for the specified user operation hash.

Parameters

ParameterTypeDescription

hash

`0x${string}`

The hexadecimal value representing the user operation hash.

Returns

FailedToFindTransactionError

Overrides

BaseError.constructor

PropertyTypeDefault value

name

string

"FailedToFindTransactionError"

version

string

VERSION

Was this page helpful?