BackupIntegrityException

class BackupIntegrityException(message: String = "Backup integrity check failed") : Exception

Exception thrown when backup integrity check fails (tampered checksum or data).

Constructors

Link copied to clipboard
constructor(message: String = "Backup integrity check failed")

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