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