Enum ConfigurationSetStateFailureKind
Classifies state-store file, validation, and switch failures without coupling consumers to concrete exception types.
Namespace: Eigenverft.NetLib.Infrastructure.Hosting.Configuration.ConfigurationSets
Assembly: Eigenverft.NetLib.Infrastructure.dll
Syntax
public enum ConfigurationSetStateFailureKind
Fields
| Name | Description |
|---|---|
| InvalidDocument | The state document is structurally invalid or references an unknown configuration set. |
| InvalidJson | The state file does not contain valid JSON. |
| IoError | An input/output error prevented the state document from being read or materialized. |
| None | No failure occurred. |
| SetNotFound | A programmatic desired-state request references a configuration-set name not managed by this store. |
| SetSwitchRejected | One or more configuration-set coordinators rejected their requested transition. |
| ValueNotAllowed | A requested set value is not allowed by its registered coordinator. |