Enum custodian_password::error::Error [−][src]
pub enum Error {
Opaque(ProtocolError),
InvalidServer,
MhfConfig,
Config,
ConfigPublicKey,
Credentials,
ServerFile,
}Expand description
Error type for this crate.
Variants
Opaque(ProtocolError)
Tuple Fields
Internal OPAQUE error.
InvalidServer
Servers public key didn’t match expected one.
MhfConfig
Failed to construct Mhf because out-of-range integers.
Config
Config doesn’t match.
ConfigPublicKey
PublicKey in ClientConfig
and ClientFile don’t match.
Credentials
Credentials don’t match.
ServerFile
ServerFile was not created with the same
ServerConfig.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Error
impl UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
