Error

data class Error(val message: String) : SyncState

Sync error (after retries exhausted).

Parameters

message

Error message

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard