Uses of Class
com.azure.ai.openai.assistants.models.VectorStoreFileErrorCode
Packages that use VectorStoreFileErrorCode
Package
Description
Package containing the data models for Assistants.
-
Uses of VectorStoreFileErrorCode in com.azure.ai.openai.assistants.models
Fields in com.azure.ai.openai.assistants.models declared as VectorStoreFileErrorCodeModifier and TypeFieldDescriptionstatic final VectorStoreFileErrorCode
VectorStoreFileErrorCode.INVALID_FILE
The file is invalid.static final VectorStoreFileErrorCode
VectorStoreFileErrorCode.SERVER_ERROR
The server encountered an error.static final VectorStoreFileErrorCode
VectorStoreFileErrorCode.UNSUPPORTED_FILE
The file format is not supported.Methods in com.azure.ai.openai.assistants.models that return VectorStoreFileErrorCodeModifier and TypeMethodDescriptionstatic VectorStoreFileErrorCode
VectorStoreFileErrorCode.fromString
(String name) Creates or finds a VectorStoreFileErrorCode from its string representation.VectorStoreFileError.getCode()
Get the code property: One of `server_error` or `rate_limit_exceeded`.Methods in com.azure.ai.openai.assistants.models that return types with arguments of type VectorStoreFileErrorCodeModifier and TypeMethodDescriptionstatic Collection
<VectorStoreFileErrorCode> VectorStoreFileErrorCode.values()
Gets known VectorStoreFileErrorCode values.