Share via


DiagnosticDetail Class

Definition

Diagnostic details for validation errors.

public class DiagnosticDetail : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.OnlineExperimentation.DiagnosticDetail>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.OnlineExperimentation.DiagnosticDetail>
type DiagnosticDetail = class
    interface IJsonModel<DiagnosticDetail>
    interface IPersistableModel<DiagnosticDetail>
Public Class DiagnosticDetail
Implements IJsonModel(Of DiagnosticDetail), IPersistableModel(Of DiagnosticDetail)
Inheritance
DiagnosticDetail
Implements

Properties

Code

The diagnostic error code.

Message

A human-readable error message.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DiagnosticDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DiagnosticDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DiagnosticDetail>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DiagnosticDetail>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DiagnosticDetail>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to