Skip to content

Commit

Permalink
Adjust error message to reflect underlying error
Browse files Browse the repository at this point in the history
  • Loading branch information
Techassi committed Mar 15, 2024
1 parent dd51591 commit b90dc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stackable-certs/src/ca/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ where
secret: ObjectRef<Secret>,
},

#[snafu(display("failed to parse Base64 encoded byte string"))]
#[snafu(display("failed to parse UTF-8 encoded byte string"))]
DecodeUtf8String { source: std::str::Utf8Error },

#[snafu(display("failed to deserialize private key from PEM"))]
Expand Down

0 comments on commit b90dc1f

Please sign in to comment.