ExternalSettingsErrorScope Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates how broadly an error condition applies.
public enum ExternalSettingsErrorScope
type ExternalSettingsErrorScope =
Public Enum ExternalSettingsErrorScope
- Inheritance
-
ExternalSettingsErrorScope
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | It's unknown whether the error applies only to a single setting or to the entire region. |
SingleSettingOnly | 1 | The error applies only to a single setting; other settings aren't expected to encounter the same error. |
EntireRegion | 2 | The error applies to the entire external settings region; operations on any setting in the region would be expected to encounter the same error. |