Share via


VectorStoreFileError Class

Definition

Details on the error that may have ocurred while processing a file for this vector store.

public class VectorStoreFileError : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.VectorStoreFileError>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.VectorStoreFileError>
type VectorStoreFileError = class
    interface IJsonModel<VectorStoreFileError>
    interface IPersistableModel<VectorStoreFileError>
Public Class VectorStoreFileError
Implements IJsonModel(Of VectorStoreFileError), IPersistableModel(Of VectorStoreFileError)
Inheritance
VectorStoreFileError
Implements

Properties

Code

One of server_error or rate_limit_exceeded.

Message

A human-readable description of the error.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VectorStoreFileError>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<VectorStoreFileError>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VectorStoreFileError>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VectorStoreFileError>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<VectorStoreFileError>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to