Share via


ErrorDetails Class

Definition

Error details if there is any failure in load test run.

public class ErrorDetails : System.ClientModel.Primitives.IJsonModel<Azure.Developer.LoadTesting.ErrorDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.Developer.LoadTesting.ErrorDetails>
type ErrorDetails = class
    interface IJsonModel<ErrorDetails>
    interface IPersistableModel<ErrorDetails>
Public Class ErrorDetails
Implements IJsonModel(Of ErrorDetails), IPersistableModel(Of ErrorDetails)
Inheritance
ErrorDetails
Implements

Properties

Name Description
Message

Error details in case test run was not successfully run.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<ErrorDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ErrorDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ErrorDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ErrorDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to