BackupDecryptionException

class BackupDecryptionException(message: String = "Failed to decrypt backup - incorrect PIN or password", cause: Throwable? = null) : Exception

Exception thrown when backup decryption fails (wrong PIN/password).

Constructors

Link copied to clipboard
constructor(message: String = "Failed to decrypt backup - incorrect PIN or password", cause: Throwable? = null)

Properties

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