openmrs-esm-core

O3 Framework / DynamicOfflineDataSyncState

Interface: DynamicOfflineDataSyncState

Defined in: packages/framework/esm-offline/src/dynamic-offline-data.ts:73

Represents the result of syncing a given DynamicOfflineData entry.

Properties

erroredHandlers

erroredHandlers: string[]

Defined in: packages/framework/esm-offline/src/dynamic-offline-data.ts:89

The IDs of the handlers which failed to synchronize their data.


errors

errors: object[]

Defined in: packages/framework/esm-offline/src/dynamic-offline-data.ts:93

A collection of the errors caught while synchronizing, per handler.

handlerId

handlerId: string

message

message: string


succeededHandlers

succeededHandlers: string[]

Defined in: packages/framework/esm-offline/src/dynamic-offline-data.ts:85

The IDs of the handlers which successfully synchronized their data.


syncedBy

syncedBy: string

Defined in: packages/framework/esm-offline/src/dynamic-offline-data.ts:81

The ID of the user who has triggered the data synchronization.


syncedOn

syncedOn: Date

Defined in: packages/framework/esm-offline/src/dynamic-offline-data.ts:77

The time when the entry has been synced the last time.