Enum steam_mobile::errors::LinkerError [−][src]
pub enum LinkerError {
GeneralFailure(String),
AuthenticatorPresent,
BadSMSCode,
UnableToGenerateCorrectCodes,
HttpError(Error),
TotpError(TotpError),
}Expand description
Errors related to the Authenticator Linker.
Variants
GeneralFailure(String)Tuple Fields of GeneralFailure
0: StringThere is already a finalized authenticator on this account. If you want to add on another number, first remove the old one.
HttpError(Error)Tuple Fields of HttpError
0: ErrorTotpError(TotpError)Tuple Fields of TotpError
0: TotpErrorTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for LinkerError
impl Send for LinkerError
impl Sync for LinkerError
impl Unpin for LinkerError
impl !UnwindSafe for LinkerError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more