Error details for an experiment span.

Hierarchy

  • LLMObsExperimentSpanError

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
message?: string

Error message.

stack?: string

Stack trace of the error.

type?: string

The error type or exception class name.

Generated using TypeDoc