Skip to content
Alchemy Logo

WaitForUserOperationError

Defined in: aa-sdk/core/src/errors/useroperation.ts:45

Error thrown when waiting for user operation request to be mined.

Includes the internal error as well as the request that failed. This request can then be used with dropAndReplaceUserOperation to retry the operation.

new WaitForUserOperationError(request, error): WaitForUserOperationError;

Defined in: aa-sdk/core/src/errors/useroperation.ts:50

Parameters

ParameterTypeDescription

request

UserOperationRequest

the user operation request that failed

error

Error

the underlying error that caused the failure

Returns

WaitForUserOperationError

Overrides

BaseError.constructor

PropertyTypeDefault valueDescription

name

string

"AASDKError"

request

UserOperationRequest

undefined

the user operation request that failed

version

string

VERSION

Was this page helpful?