Enum t_rust_less_lib::otp::OTPError [−][src]
pub enum OTPError {
InvalidUrl(String),
InvalidScheme,
InvalidType,
InvalidAlgorithm,
InvalidSecret,
MissingParameter(String),
}
Variants
InvalidUrl(String)
Tuple Fields of InvalidUrl
0: String
MissingParameter(String)
Tuple Fields of MissingParameter
0: String
Trait Implementations
Performs the conversion.