You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|100 | X doesn't exist | Should be used when something which should be there is not found. (Doesn't apply to eth_getTransactionBy* and eth_getBlock*. They return a success with value `null`)
56
-
|101 | Requires ether | Should be used for actions which require somethin else, e.g. gas or a value.
56
+
|101 | Requires ether | Should be used for actions which require something else, e.g. gas or a value.
57
57
|102 | Gas too low | Should be used when a to low value of gas was given.
58
58
|103 | Gas limit exceeded | Should be used when a limit is exceeded, e.g. for the gas limit in a block.
59
59
|104 | Rejected | Should be used when an action was rejected, e.g. because of its content (too long contract code, containing wrong characters ?, should differ from `-32602` - Invalid params).
@@ -64,5 +64,5 @@ They will be contained in the `data` field of the RPC error message as follows:
0 commit comments