ReplicatedDocument
public struct ReplicatedDocument
ReplicatedDocument contains the information of a document that has been replicated.
-
The document ID.
Declaration
Swift
public let id: String
-
The flag describing the replicated document.
Declaration
Swift
public let flags: DocumentFlags
-
The error if occurred.
Declaration
Swift
public let error: Error?