Skip to content

Commit

Permalink
strum prop
Browse files Browse the repository at this point in the history
  • Loading branch information
carneiro-cw committed Jan 3, 2025
1 parent 181c4eb commit ee81385
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/eth/primitives/stratus_error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ pub enum StateError {
#[derive(Debug, thiserror::Error, strum::EnumProperty, strum::IntoStaticStr)]
pub enum StratusError {
#[error(transparent)]
#[strum(props(kind = "client_request"))]
RPC(#[from] RpcError),

#[error(transparent)]
Expand Down

0 comments on commit ee81385

Please sign in to comment.