Package com.google.android.fhir.db

Types

Link copied to clipboard

An database encryption exception wrapper which maps comprehensive keystore errors to a limited set of actionable errors.

Link copied to clipboard
object KeyStoreExceptionErrorCode

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
class ResourceNotFoundException : Exception

Thrown to indicate that the requested resource is not found.

Link copied to clipboard
class ResourceNotFoundInDbException(type: String, id: String) : Exception

Exception thrown to indicate that the requested resource is not found in the database.

Properties