ServiceErrorDetail Class

Definition

Error details.

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

Properties

Name Description
Code

Error code.

Message

Error message.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ServiceErrorDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServiceErrorDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceErrorDetail>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceErrorDetail>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServiceErrorDetail>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to