ASRServiceError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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) |