Enum ssi_dids::DIDMethodError
source · pub enum DIDMethodError {
NotImplemented(&'static str),
OptionNotSupported {
operation: &'static str,
option: String,
},
Other(Error),
}Expand description
An error having to do with a DIDMethod.
Variants§
Trait Implementations§
source§impl Debug for DIDMethodError
impl Debug for DIDMethodError
source§impl Display for DIDMethodError
impl Display for DIDMethodError
source§impl Error for DIDMethodError
impl Error for DIDMethodError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()