Поделиться через


WorkloadErrorInfo Class

Definition

Azure storage specific error information.

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

Constructors

WorkloadErrorInfo()

Initializes a new instance of WorkloadErrorInfo.

Properties

AdditionalDetails

Additional details for above error code.

ErrorCode

Error code.

ErrorString

Localized error string.

ErrorTitle

Title: Typically, the entity that the error pertains to.

Recommendations

List of localized recommendations for above error code.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<WorkloadErrorInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WorkloadErrorInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WorkloadErrorInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WorkloadErrorInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WorkloadErrorInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to