Skip to content

Commit

Permalink
added a CantDoReason enum
Browse files Browse the repository at this point in the history
  • Loading branch information
arkanoider committed Dec 15, 2024
1 parent fdb5aa6 commit 2323b02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ pub enum CantDoReason {
InvalidRating,
/// The text message is invalid or contains prohibited content
InvalidTextMessage,
/// The order kind is invalid
InvalidOrderKind,
}

/// Message payload
Expand Down

0 comments on commit 2323b02

Please sign in to comment.