An error that is thrown when an identify operation fails for one or more feature sources.

Hierarchy

  • Error
    • IdentifyError

Constructors

Properties

Constructors

  • Initializes a new instance of the IdentifyError class.

    Parameters

    • errors: Iterable<[FeatureSource, Error], any, any>

      A mapping of feature sources to errors.

    • Optionalmessage: string

      An optional error message.

    • Rest...args: unknown[]

      Values for placeholders in the message.

    Returns IdentifyError

  • Parameters

    • errors: Iterable<[FeatureSource[], Error], any, any>
    • Optionalmessage: string
    • Rest...args: unknown[]

    Returns IdentifyError

Properties

errors: Map<FeatureSource, Error>

Maps individual feature sources to an error that occurred for that source.