toggle menu
Android FHIR Engine Library
1.0.0
androidJvm
switch theme
search in API
Android FHIR Engine Library
/
com.google.android.fhir.db
/
ResourceNotFoundInDbException
Resource
Not
Found
In
Db
Exception
class
ResourceNotFoundInDbException
(
val
type
:
String
,
val
id
:
String
)
:
Exception
Exception thrown to indicate that the requested resource is not found in the database.
Members
Constructors
Resource
Not
Found
In
Db
Exception
Link copied to clipboard
constructor
(
type
:
String
,
id
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
type
Link copied to clipboard
val
type
:
String