你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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