VectorStoreFileErrorCode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Error code variants for vector store file processing.
public readonly struct VectorStoreFileErrorCode : IEquatable<Azure.AI.Projects.VectorStoreFileErrorCode>
type VectorStoreFileErrorCode = struct
Public Structure VectorStoreFileErrorCode
Implements IEquatable(Of VectorStoreFileErrorCode)
- Inheritance
-
VectorStoreFileErrorCode
- Implements
Constructors
VectorStoreFileErrorCode(String) |
Initializes a new instance of VectorStoreFileErrorCode. |
Properties
InvalidFile |
The file is not valid. |
ServerError |
An server error occurred. |
UnsupportedFile |
The file is of unsupported type. |
Methods
Equals(VectorStoreFileErrorCode) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(VectorStoreFileErrorCode, VectorStoreFileErrorCode) |
Determines if two VectorStoreFileErrorCode values are the same. |
Implicit(String to VectorStoreFileErrorCode) |
Converts a String to a VectorStoreFileErrorCode. |
Inequality(VectorStoreFileErrorCode, VectorStoreFileErrorCode) |
Determines if two VectorStoreFileErrorCode values are not the same. |
Applies to
Azure SDK for .NET