Skip to content

CallExceptionAction

type CallExceptionAction =
| "call"
| "estimateGas"
| "getTransactionResult"
| "sendTransaction"
| "unknown";

Defined in: node_modules/.pnpm/ethers@6.15.0/node_modules/ethers/lib.esm/utils/errors.d.ts:286

The action that resulted in the call exception.