Companion

object Companion

Properties

Link copied to clipboard
const val EXIT_CODE_ERROR: Int = 1

Other Error

Link copied to clipboard

Error while choosing backup to restore. Maybe no file selected

Link copied to clipboard

Error while choosing backup file to create. Maybe no file selected

Link copied to clipboard

Restore dialog for internal/external storage was canceled by user

Link copied to clipboard

Cannot decrypt provided backup file

Link copied to clipboard

Cannot encrypt database backup

You tried to restore a encrypted backup but RoomBackup.backupIsEncrypted is set to false

No backups to restore are available in internal/external sotrage

Link copied to clipboard

No room database to backup is provided

Storage permissions not granted for custom dialog

Cannot decrypt provided backup file because the password is incorrect

Link copied to clipboard
const val EXIT_CODE_SUCCESS: Int = 0

No error, action successful