Package com.google.android.fhir.db

Types

DatabaseEncryptionException
Link copied to clipboard
An database encryption exception wrapper which maps comprehensive keystore errors to a limited set of actionable errors.
KeyStoreExceptionErrorCode
Link copied to clipboard
object KeyStoreExceptionErrorCode
A list of keystore error.
ResourceNotFoundException
Link copied to clipboard
class ResourceNotFoundException : Exception
Thrown to indicate that the requested resource is not found.
ResourceNotFoundInDbException
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