Error details returned when an inference provider returns an error.

Hierarchy

  • LLMObsInferenceErrorResponse

Constructors

Properties

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

A human-readable description of the error.

type: string

The provider-specific error type.

Generated using TypeDoc