VectorStoreFileErrorOutput interface
Details on the error that may have occurred while processing a file for this vector store
Properties
code | One of Possible values: "server_error", "invalid_file", "unsupported_file" |
message | A human-readable description of the error. |
Property Details
code
One of server_error
or rate_limit_exceeded
.
Possible values: "server_error", "invalid_file", "unsupported_file"
code: string
Property Value
string
message
A human-readable description of the error.
message: string
Property Value
string