Skip to main content
Module

x/openai/resources/beta/vector-stores/files.ts>VectorStoreFile.LastError

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface VectorStoreFile.LastError
import { type VectorStoreFile } from "https://deno.land/x/openai@v4.58.1/resources/beta/vector-stores/files.ts";
const { LastError } = VectorStoreFile;

The last error associated with this vector store file. Will be null if there are no errors.

Properties

code: "server_error" | "unsupported_file" | "invalid_file"

One of server_error or rate_limit_exceeded.

message: string

A human-readable description of the error.