SiteRecoveryJobProviderError Class

Definition

This class contains the error details per object.

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

Properties

ErrorCode

The Error code.

ErrorId

The Provider error Id.

ErrorMessage

The Error message.

PossibleCauses

The possible causes for the error.

RecommendedAction

The recommended action to resolve the error.

Explicit Interface Implementations

IJsonModel<SiteRecoveryJobProviderError>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteRecoveryJobProviderError>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryJobProviderError>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryJobProviderError>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteRecoveryJobProviderError>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to