Variable ConfigureErrorKindConst

ConfigureErrorKind: {
    NestedConfiguration: "NESTED_CONFIGURATION";
    TypeMismatch: "TYPE_MISMATCH";
    Unknown: "UNKNOWN";
    Validation: "VALIDATION";
} = ...

Runtime policy-configuration failure.

Type declaration

  • ReadonlyNestedConfiguration: "NESTED_CONFIGURATION"

    Configuration was re-entered from a configuration callback.

  • ReadonlyTypeMismatch: "TYPE_MISMATCH"

    The policy exists but has another settings type.

  • ReadonlyUnknown: "UNKNOWN"

    No configurable policy has the requested name.

  • ReadonlyValidation: "VALIDATION"

    The policy rejected the proposed settings.