Database Encryption Exception
class DatabaseEncryptionException(cause: Exception, errorCode: DatabaseEncryptionException.DatabaseEncryptionErrorCode) : Exception
Content copied to clipboard
An database encryption exception wrapper which maps comprehensive keystore errors to a limited set of actionable errors.
Constructors
Link copied to clipboard
fun DatabaseEncryptionException(cause: Exception, errorCode: DatabaseEncryptionException.DatabaseEncryptionErrorCode)
Content copied to clipboard
Types
Link copied to clipboard
enum DatabaseEncryptionErrorCode : Enum<DatabaseEncryptionException.DatabaseEncryptionErrorCode>
Content copied to clipboard