Variable StandardResolutionReasonsConst

StandardResolutionReasons: { DEFAULT: "DEFAULT"; DISABLED: "DISABLED"; ERROR: "ERROR"; SPLIT: "SPLIT"; TARGETING_MATCH: "TARGETING_MATCH"; UNKNOWN: "UNKNOWN" } = ...

Type declaration

  • DEFAULT: "DEFAULT"

    The resolved value was configured statically, or otherwise fell back to a pre-configured value.

  • DISABLED: "DISABLED"

    The resolved value was the result of the flag being disabled in the management system.

  • ERROR: "ERROR"

    The resolved value was the result of an error.

    Note: The errorCode and errorMessage fields may contain additional details of this error.

  • SPLIT: "SPLIT"

    The resolved value was the result of pseudorandom assignment.

  • TARGETING_MATCH: "TARGETING_MATCH"

    The resolved value was the result of a dynamic evaluation, such as a rule or specific user-targeting.

  • UNKNOWN: "UNKNOWN"

    The reason for the resolved value could not be determined.

Generated using TypeDoc