Utils
CallExceptionError
This Error indicates a transaction reverted.
Extends
quaisError
<"CALL_EXCEPTION"
>
Properties
Property | Type | Description | Inherited from |
---|---|---|---|
action | CallExceptionAction | The action being performed when the revert was encountered. | - |
code | ErrorCode | The string error code. | quaisError .code |
data | null | string | The revert data returned. | - |
error? | Error | Any related error. | quaisError .error |
info? | Record <string , any > | Additional info regarding the error that may be useful. This is generally helpful mostly for human-based debugging. | quaisError .info |
invocation | null | { "args" : any []; "method" : string ; "signature" : string ; } | The contract invocation details, if available. | - |
reason | null | string | A human-readable representation of data, if possible. | - |
receipt? | TransactionReceipt | If the error occurred in a transaction that was mined (with a status of 0 ), this is the receipt. | - |
revert | null | { "args" : any []; "name" : string ; "signature" : string ; } | The built-in or custom revert error, if available | - |
shortMessage | string | A short message describing the error, with minimal additional details. | quaisError .shortMessage |
transaction | CallExceptionTransaction | The transaction that triggered the exception. | - |
Was this page helpful?