Uses of Class
com.azure.ai.agents.persistent.models.VectorStoreFileErrorCode
Packages that use VectorStoreFileErrorCode
Package
Description
Package containing the data models for Agents.
-
Uses of VectorStoreFileErrorCode in com.azure.ai.agents.persistent.models
Fields in com.azure.ai.agents.persistent.models declared as VectorStoreFileErrorCodeModifier and TypeFieldDescriptionstatic final VectorStoreFileErrorCodeVectorStoreFileErrorCode.INVALID_FILEThe file is not valid.static final VectorStoreFileErrorCodeVectorStoreFileErrorCode.SERVER_ERRORAn server error occurred.static final VectorStoreFileErrorCodeVectorStoreFileErrorCode.UNSUPPORTED_FILEThe file is of unsupported type.Methods in com.azure.ai.agents.persistent.models that return VectorStoreFileErrorCodeModifier and TypeMethodDescriptionstatic VectorStoreFileErrorCodeVectorStoreFileErrorCode.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.agents.persistent.models that return types with arguments of type VectorStoreFileErrorCodeModifier and TypeMethodDescriptionstatic Collection<VectorStoreFileErrorCode> VectorStoreFileErrorCode.values()Gets known VectorStoreFileErrorCode values.