Enum t_rust_less_lib::otp::OTPError [−][src]
pub enum OTPError { InvalidUrl(String), InvalidScheme, InvalidType, InvalidAlgorithm, InvalidSecret, MissingParameter(String), }
Variants
InvalidUrl(String)
MissingParameter(String)
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for OTPError
impl UnwindSafe for OTPError