function getUserOperationError<TTransport, TChain, TAccount>(
client,
request,
entryPoint,
): Promise<void>;Defined in: aa-sdk/core/src/actions/smartAccount/getUserOperationError.ts:28
Retrieves the error message from an entrypoint for a User Operation.
| Type Parameter | Default type |
|---|---|
|
|
|
|
| | |
| Parameter | Type | Description |
|---|---|---|
|
| the smart account client to use for RPC requests |
| the uo request to get the error for | |
| the entrypoint instance to send the uo to |
Promise<void>
the error message from the entrypoint