Enum ConfigurationSetSwitchFailureKind
Classifies configuration-set switch failures.
Namespace: Eigenverft.NetLib.Infrastructure.Hosting.Configuration.ConfigurationSets
Assembly: Eigenverft.NetLib.Infrastructure.dll
Syntax
public enum ConfigurationSetSwitchFailureKind
Fields
| Name | Description |
|---|---|
| None | No failure occurred. |
| PartialCommit | At least one participant source had already changed when a later participant failed. The coordinator is marked inconsistent until a later successful switch converges every binding on one allowed set value again. |
| ParticipantCommitRejected | A prepared participant could not commit because its underlying source state changed after preparation. |
| ParticipantOperationFailed | An unexpected exception occurred while preparing or committing a bound participant. |
| ParticipantPreparationRejected | A bound participant could not prepare the source mapped to the requested set value. |
| SwitchInProgress | Another switch operation for this coordinator is still completing, including deferred notification publication. |
| ValueNotAllowed | The requested value is not part of the set's allowed values. |