你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VectorStoreFileErrorCode Struct

Definition

Error code variants for vector store file processing.

public readonly struct VectorStoreFileErrorCode : IEquatable<Azure.AI.Agents.Persistent.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