@openpit/engine
    Preparing search index...

    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.