Enum SwitchableJsonFailureKind
Classifies source preparation/switch failures without coupling callers to concrete exception types.
Namespace: Eigenverft.NetLib.Infrastructure.Hosting.Configuration.SwitchableJson
Assembly: Eigenverft.NetLib.Infrastructure.dll
Syntax
public enum SwitchableJsonFailureKind
Fields
| Name | Description |
|---|---|
| AccessDenied | The process is not permitted to read the source. |
| InvalidJson | The source does not contain valid configuration JSON. |
| IoError | An input/output error prevented the source from being loaded. |
| None | No failure occurred. |
| SourceNotFound | The source file or one of its parent directories does not exist. |
| SourcePreparationFailed | A registered JSON source preparation step rejected or failed while preparing the isolated candidate snapshot. |
| SourceSelectionOwned | Manual source selection is disabled because a higher-level coordinator owns source selection for this runtime. |
| StalePreparation | A previously successful preparation no longer matches the provider state against which it was prepared. |