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
FileNotFound |
The file was not found. |
InternalError |
An internal error occurred. |
ParsingError |
The file could not be parsed. |
UnhandledMimeType |
The file has an unhandled mime 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