Skip to content

Commit

Permalink
fix: improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
nanderstabel committed Nov 25, 2024
1 parent 55b208b commit 0d0efc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent_holder/src/offer/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ pub enum OfferError {
UnsupportedDeferredCredentialResponseError,
#[error("Batch Credential Request are not supported")]
BatchCredentialRequestError,
#[error("Non-JWT credentials are not supported")]
#[error("Only JWT credentials are supported")]
UnsupportedCredentialFormatError,
}

0 comments on commit 0d0efc7

Please sign in to comment.