Share via


MabErrorInfo Class

Definition

MAB workload-specific error information.

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

Constructors

MabErrorInfo()

Initializes a new instance of MabErrorInfo.

Properties

ErrorString

Localized error string.

Recommendations

List of localized recommendations.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MabErrorInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MabErrorInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MabErrorInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MabErrorInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MabErrorInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to