次の方法で共有


VectorStoreFileErrorCode Struct

Definition

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