Skip to content

Commit

Permalink
feat: log unsupported account type
Browse files Browse the repository at this point in the history
  • Loading branch information
DewaldV committed Apr 22, 2024
1 parent 1e9ee52 commit 1a2f7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pub type Result<T> = std::result::Result<T, Error>;

#[derive(Debug, thiserror::Error)]
pub enum Error {
#[error("Unsupported Account Type")]
#[error("unsupported account type {account_type:?}")]
UnsupportedAccountType { account_type: monzo::accounts::Type },

// External
Expand Down

0 comments on commit 1a2f7c4

Please sign in to comment.