Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/openai_deno/mod.ts>ErrorResponse

OpenAI API wrapper for deno.
Latest
interface ErrorResponse
Re-export
import { type ErrorResponse } from "https://deno.land/x/openai_deno@v0.9.8/mod.ts";

Properties

error: { code: number | null; message: string; param: string | null; type: string; }