Share via


ExternalSettingsErrorScope Enum

Definition

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.

Applies to