Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 633 Bytes

VectorStoreFileObjectLastError.md

File metadata and controls

25 lines (13 loc) · 633 Bytes

VectorStoreFileObjectLastError

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

Properties

Name Type Description Notes
code CodeEnum One of `server_error` or `rate_limit_exceeded`.
message String A human-readable description of the error.

Enum: CodeEnum

Name Value
SERVER_ERROR "server_error"
UNSUPPORTED_FILE "unsupported_file"
INVALID_FILE "invalid_file"