Package com. google. android. fhir. db
Types
Link copied to clipboard
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.
Link copied to clipboard
A list of keystore error. This is a duplicate of https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/security/keymaster/KeymasterDefs.java
Link copied to clipboard
Thrown to indicate that the requested resource is not found.
Link copied to clipboard
class ResourceNotFoundInDbException(type: String, id: String) : Exception
Content copied to clipboard
Exception thrown to indicate that the requested resource is not found in the database.
Properties
Link copied to clipboard
val KeyStoreException.databaseEncryptionException: DatabaseEncryptionException
Content copied to clipboard