Langfuse JS/TS SDKs
    Preparing search index...

    Class RegressionError<Input, ExpectedOutput, Metadata>

    Raised by experiment runners to signal a CI gate failure.

    Intended for use with the langfuse/experiment-action GitHub Action.

    Type Parameters

    • Input = any
    • ExpectedOutput = any
    • Metadata extends Record<string, any> = Record<string, any>

    Hierarchy

    • Error
      • RegressionError
    Index

    Constructors

    Properties

    cause?: unknown
    message: string
    metric?: string
    name: string
    stack?: string
    threshold?: number
    value?: number