OperationErrorDetails Class

Definition

This defines a list of operation errors associated with a unique operationId.

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

Properties

CrpOperationId

CRP operationid of the operation for deeper analysis.

ErrorCode

The error code of the operation.

ErrorDetails

The error details of the operation.

TimeStamp

The timestamp of the error occurence.

Explicit Interface Implementations

IJsonModel<OperationErrorDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OperationErrorDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OperationErrorDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OperationErrorDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OperationErrorDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to