LoginsApiException

Types

Link copied to clipboard

The encryption key supplied of the correct format, but not the correct key.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

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?