Skip to content

CosmosConditionNotSatisfiedException

class

Namespace: Orleans.Persistence.Cosmos

Exception thrown when a storage provider detects an Etag inconsistency when attempting to perform a WriteStateAsync operation.
[Orleans.GenerateSerializer]
public class CosmosConditionNotSatisfiedException : InconsistentStateException

Constructors

Properties

  • Collection Gets the collection name
  • GrainId Gets the id of the affected grain.
  • GrainType Gets the grain type of the affected grain.

Methods