Skip to main content
Module

x/openai/src/util.ts>throwError

Unofficial Deno wrapper for the Open Ai api
Extremely Popular
Go to Latest
function throwError
import { throwError } from "https://deno.land/x/openai@1.4.1/src/util.ts";

Parameters

data: { error?: { type: string; message: string; code: string; }; }