Subscription Set State
The possible states a SubscriptionSet or MutableSubscriptionSet can be in.
Entries
SUPERCEDED
Link copied to clipboard
Content copied to clipboard
Another subscription set was stored before this one, the changes made to this set are ignored by the server. Get the latest subscription set by calling SubscriptionSet.refresh.
ERROR
Link copied to clipboard
Content copied to clipboard
An error occurred in the subscription set or one of the subscriptions. The cause is found in BaseSubscriptionSet.errorMessage.
BOOTSTRAPPING
Link copied to clipboard
Content copied to clipboard
A subscription set was accepted by the server and initial data is being sent to the device.
UNCOMMITTED
Link copied to clipboard
Content copied to clipboard
The initial state of subscriptions when opening a new Realm or when entering SubscriptionSet.update.