Share via


AnalyzeTextError Class

Definition

The error response object returned when the service encounters some errors during processing the request.

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

Properties

Code

One of a server-defined set of error codes.

Details

An array of details about specific errors that led to this reported error.

Innererror

An object containing more specific information than the current object about the error.

Message

A human-readable representation of the error.

Target

The target of the error.

Explicit Interface Implementations

IJsonModel<AnalyzeTextError>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AnalyzeTextError>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnalyzeTextError>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AnalyzeTextError>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AnalyzeTextError>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to