diff --git a/docs/web3-eth-contract.rst b/docs/web3-eth-contract.rst index 5856653c181..f50c7aa2e67 100644 --- a/docs/web3-eth-contract.rst +++ b/docs/web3-eth-contract.rst @@ -374,6 +374,8 @@ handleRevert The ``handleRevert`` options property does default to ``false`` and will return the revert reason string if enabled on :ref:`send ` or :ref:`call ` of a contract method. +.. note:: The revert reason string and the signature does exist as property on the returned error. + ------- Returns ------- diff --git a/docs/web3-eth.rst b/docs/web3-eth.rst index 06968f8027f..391f042172a 100644 --- a/docs/web3-eth.rst +++ b/docs/web3-eth.rst @@ -418,6 +418,7 @@ The ``handleRevert`` options property does default to ``false`` and will return - :ref:`contract.methods.myMethod(...).send(...) ` - :ref:`contract.methods.myMethod(...).call(...) ` +.. note:: The revert reason string and the signature does exist as property on the returned error. ------- Returns