Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/openai/resources/beta/vector-stores/mod.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.38.3/resources/beta/vector-stores/mod.ts";
const { LastError } = VectorStoreFile;

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

Properties

code:
| "internal_error"
| "file_not_found"
| "parsing_error"
| "unhandled_mime_type"

One of server_error or rate_limit_exceeded.

message: string

A human-readable description of the error.