Type Alias Error

Source
pub type Error = BitwardenError;

Aliased Type§

pub enum Error {
Show 35 variants Api(ApiError), DeriveKeyConnector(DeriveKeyConnectorError), EncryptionSettings(EncryptionSettingsError), EnrollAdminPasswordReset(EnrollAdminPasswordResetError), MobileCrypto(CryptoClientError), AuthValidate(AuthValidateError), ApproveAuthRequest(ApproveAuthRequestError), TrustDevice(TrustDeviceError), Fingerprint(FingerprintError), UserFingerprint(UserFingerprintError), Crypto(CryptoError), StateRegistry(StateRegistryError), Username(UsernameError), Passphrase(PassphraseError), Password(PasswordError), Cipher(CipherError), Totp(TotpError), Decrypt(DecryptError), DecryptFile(DecryptFileError), Encrypt(EncryptError), EncryptFile(EncryptFileError), SendDecrypt(SendDecryptError), SendDecryptFile(SendDecryptFileError), SendEncrypt(SendEncryptError), SendEncryptFile(SendEncryptFileError), Export(ExportError), MakeCredential(MakeCredentialError), GetAssertion(GetAssertionError), SilentlyDiscoverCredentials(SilentlyDiscoverCredentialsError), CredentialsForAutofill(CredentialsForAutofillError), DecryptFido2AutofillCredentials(DecryptFido2AutofillCredentialsError), Fido2Client(Fido2ClientError), SshGeneration(KeyGenerationError), SshImport(SshKeyImportError), Conversion(String),
}

Variants§

§

Api(ApiError)

§

DeriveKeyConnector(DeriveKeyConnectorError)

§

EncryptionSettings(EncryptionSettingsError)

§

EnrollAdminPasswordReset(EnrollAdminPasswordResetError)

§

MobileCrypto(CryptoClientError)

§

AuthValidate(AuthValidateError)

§

ApproveAuthRequest(ApproveAuthRequestError)

§

TrustDevice(TrustDeviceError)

§

Fingerprint(FingerprintError)

§

UserFingerprint(UserFingerprintError)

§

Crypto(CryptoError)

§

StateRegistry(StateRegistryError)

§

Username(UsernameError)

§

Passphrase(PassphraseError)

§

Password(PasswordError)

§

Cipher(CipherError)

§

Totp(TotpError)

§

Decrypt(DecryptError)

§

DecryptFile(DecryptFileError)

§

Encrypt(EncryptError)

§

EncryptFile(EncryptFileError)

§

SendDecrypt(SendDecryptError)

§

SendDecryptFile(SendDecryptFileError)

§

SendEncrypt(SendEncryptError)

§

SendEncryptFile(SendEncryptFileError)

§

Export(ExportError)

§

MakeCredential(MakeCredentialError)

§

GetAssertion(GetAssertionError)

§

SilentlyDiscoverCredentials(SilentlyDiscoverCredentialsError)

§

CredentialsForAutofill(CredentialsForAutofillError)

§

DecryptFido2AutofillCredentials(DecryptFido2AutofillCredentialsError)

§

Fido2Client(Fido2ClientError)

§

SshGeneration(KeyGenerationError)

§

SshImport(SshKeyImportError)

§

Conversion(String)