Skip to main content
Module

x/openai/resources/mod.ts>BatchError

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface BatchError
import { type BatchError } from "https://deno.land/x/openai@v4.38.5/resources/mod.ts";

Properties

optional
code: string

An error code identifying the error type.

optional
line: number | null

The line number of the input file where the error occurred, if applicable.

optional
message: string

A human-readable message providing more details about the error.

optional
param: string | null

The name of the parameter that caused the error, if applicable.