Skip to content

Commit

Permalink
add unsupported error kind...
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Nguyen committed Jun 4, 2024
1 parent 5f482c2 commit 1d6e9cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/protocol/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ pub enum CommunicationErrorKind {
TimeoutError,
/// Incorrect response id - different from sender (sender id, response id)
IncorrectId(u8, u8),
Unsupported,
}
impl fmt::Display for CommunicationErrorKind {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
Expand Down

0 comments on commit 1d6e9cc

Please sign in to comment.