toggle menu
Android FHIR Engine Library
1.0.0
androidJvm
switch theme
search in API
Android FHIR Engine Library
/
com.google.android.fhir.sync
/
SyncJobStatus
/
Failed
Failed
data
class
Failed
(
val
exceptions
:
List
<
ResourceSyncException
>
)
:
SyncJobStatus
Sync job failed.
Members
Constructors
Failed
Link copied to clipboard
constructor
(
exceptions
:
List
<
ResourceSyncException
>
)
Properties
exceptions
Link copied to clipboard
val
exceptions
:
List
<
ResourceSyncException
>