Sdílet prostřednictvím


ErrorDetail Class

Definition

Error detail information.

public class ErrorDetail : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearningCompute.Models.ErrorDetail>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearningCompute.Models.ErrorDetail>
type ErrorDetail = class
    interface IJsonModel<ErrorDetail>
    interface IPersistableModel<ErrorDetail>
Public Class ErrorDetail
Implements IJsonModel(Of ErrorDetail), IPersistableModel(Of ErrorDetail)
Inheritance
ErrorDetail
Implements

Properties

Code

Error code.

Message

Error message.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ErrorDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ErrorDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ErrorDetail>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ErrorDetail>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ErrorDetail>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to