Skip to content

Commit

Permalink
Add doc comment for storage error
Browse files Browse the repository at this point in the history
  • Loading branch information
twitu committed Mar 14, 2024
1 parent 11b4f51 commit ec5a7d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data-error/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pub enum ArklibError {
Parse,
#[error("Networking error")]
Network,
/// Storage error shows label and error message
#[error("Storage error: {0} {1}")]
Storage(String, String),
#[error(transparent)]
Expand Down

0 comments on commit ec5a7d1

Please sign in to comment.