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
| Parameter | Type | Description |
|---|---|---|
| the user operation request that failed | |
|
| the underlying error that caused the failure |
Returns
WaitForUserOperationError
Overrides
| Property | Type | Default value | Description |
|---|---|---|---|
|
| ‐ | |
| the user operation request that failed | ||
|
| ‐ |