Types

Link copied to clipboard

authentication has been cancelled.

Link copied to clipboard

error during authentication (in PrimaryPasswordAuthenticator)

Link copied to clipboard

decryption failed

Link copied to clipboard

encryption failed

Link copied to clipboard
object ErrorHandler : UniffiRustCallStatusErrorHandler<LoginsApiException>
Link copied to clipboard

An operation was interrupted at the request of the consuming app.

Link copied to clipboard

Encryption key is not valid.

Link copied to clipboard

The login data supplied is invalid. The reason will indicate what's wrong with it.

Link copied to clipboard

Encryption key is missing.

Link copied to clipboard

Asking to do something with a guid which doesn't exist.

Link copied to clipboard

NSS error during authentication

Link copied to clipboard

NSS not initialized.

Link copied to clipboard

Sync reported that authentication failed and the user should re-enter their FxA password.

Link copied to clipboard

something internal went wrong which doesn't have a public error value because the consuming app can not reasonably take any action to resolve it. The underlying error will have been logged and reported. (ideally would just be Unexpected, but that would be a breaking change)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?