identity_iota::verification::jose::jws

Type Alias SignatureVerificationError

Source
pub type SignatureVerificationError = SingleStructError<SignatureVerificationErrorKind>;
Expand description

Error type for a failed jws signature verification. See JwsVerifier.

Aliased Typeยง

struct SignatureVerificationError { /* private fields */ }