DocumentSyncResult

sealed class DocumentSyncResult

Represents the result of synchronizing the document with the server.

Inheritors

Types

Link copied to clipboard

Type when document synced successfully.

Link copied to clipboard
class SyncFailed(val document: Document, val cause: Throwable?) : Client.DocumentSyncResult

Type when document sync failed.

Properties

Link copied to clipboard