ConfigSnapshotErrorState
Describes the error state of a ConfigSnapshot object.
Items 2
| History | Name | Value | Description | |
|---|---|---|---|---|
| 666 | None | 0 | Indicates the snapshot loaded successfully with no error; this is the default state. | |
| 666 | LoadFailed | 1 | Indicates the snapshot failed to load because the underlying config service was unavailable at construction time. |
Description
Indicates whether a ConfigSnapshot loaded its configuration data successfully. Read the ConfigSnapshot.Error property (which defaults to ConfigSnapshotErrorState.None) to check for errors before calling ConfigSnapshot:GetValue().
History 3
- 666 Add None
- 666 Add LoadFailed
- 666 Add ConfigSnapshotErrorState