import { type VectorStoreUpdateParams } from "https://deno.land/x/openai@v4.52.1/resources/beta/mod.ts";
const { ErrorEvent } = VectorStoreUpdateParams;
Occurs when an error occurs. This can happen due to an internal server error or a timeout.
x/openai/resources/beta/mod.ts>VectorStoreUpdateParams.ErrorEvent
import { type VectorStoreUpdateParams } from "https://deno.land/x/openai@v4.52.1/resources/beta/mod.ts";
const { ErrorEvent } = VectorStoreUpdateParams;
Occurs when an error occurs. This can happen due to an internal server error or a timeout.