다음을 통해 공유


ExtendedErrorInfo Class

Definition

The ExtendedErrorInfo.

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

Constructors

ExtendedErrorInfo()

Initializes a new instance of ExtendedErrorInfo.

Properties

AdditionalInfo

Gets the additional info.

Code

Gets or sets the code.

Details

Gets the details.

Message

Gets or sets the message.

Target

Gets or sets the target.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExtendedErrorInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExtendedErrorInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExtendedErrorInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExtendedErrorInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExtendedErrorInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to