We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5598fed commit 0044460Copy full SHA for 0044460
src/eth.rs
@@ -72,6 +72,8 @@ pub enum EthResponse {
72
73
#[derive(Debug, Serialize, Deserialize, PartialEq)]
74
pub enum EthError {
75
+ /// RPC provider returned an error
76
+ RpcError(String),
77
/// provider module cannot parse message
78
MalformedRequest,
79
/// No RPC provider for the chain
0 commit comments