Freigeben über


ASRServiceError Class

Definition

This class contains the ASR error details per object.

public class ASRServiceError : Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.Error
type ASRServiceError = class
    inherit Error
Public Class ASRServiceError
Inherits Error
Inheritance
ASRServiceError

Constructors

ASRServiceError()

Initializes a new instance of the ASRServiceError class with required parameters.

ASRServiceError(ServiceError)

Initializes a new instance of the ASRServiceError class with required parameters.

Properties

ClientRequestId

Gets or sets client request Id.

(Inherited from Error)
Code

Gets or sets error code.

(Inherited from Error)
Message

Gets or sets error message.

(Inherited from Error)
PossibleCauses

Gets or sets possible causes of error.

(Inherited from Error)
RecommendedAction

Gets or sets recommended action to resolve error.

(Inherited from Error)

Applies to