Class CompensatingWriteException
An exception class that indicates that one more object changes have been reverted by the server.
Implements
Inherited Members
Namespace: Realms.Sync.Exceptions
Assembly: Realm.dll
Syntax
public class CompensatingWriteException : SessionException, ISerializable
Remarks
The two typical cases in which the server will revert a client write are:
- The client created an object that doesn't match any Subscriptions.
- The client created/updated an object it didn't have permissions to.
Properties
| Edit this page View SourceCompensatingWrites
Gets a list of the compensating writes performed by the server.
Declaration
public IEnumerable<CompensatingWriteInfo> CompensatingWrites { get; }
Property Value
Type | Description |
---|---|
IEnumerable<CompensatingWriteInfo> | The compensating writes performed by the server. |