AzureWorkloadErrorInfo Constructors

Definition

Overloads

AzureWorkloadErrorInfo()

Initializes a new instance of the AzureWorkloadErrorInfo class.

AzureWorkloadErrorInfo(Nullable<Int32>, String, String, IList<String>, String)

Initializes a new instance of the AzureWorkloadErrorInfo class.

AzureWorkloadErrorInfo()

Initializes a new instance of the AzureWorkloadErrorInfo class.

public AzureWorkloadErrorInfo ();
Public Sub New ()

Applies to

AzureWorkloadErrorInfo(Nullable<Int32>, String, String, IList<String>, String)

Initializes a new instance of the AzureWorkloadErrorInfo class.

public AzureWorkloadErrorInfo (int? errorCode = default, string errorString = default, string errorTitle = default, System.Collections.Generic.IList<string> recommendations = default, string additionalDetails = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadErrorInfo : Nullable<int> * string * string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadErrorInfo
Public Sub New (Optional errorCode As Nullable(Of Integer) = Nothing, Optional errorString As String = Nothing, Optional errorTitle As String = Nothing, Optional recommendations As IList(Of String) = Nothing, Optional additionalDetails As String = Nothing)

Parameters

errorCode
Nullable<Int32>

Error code.

errorString
String

Localized error string.

errorTitle
String

Title: Typically, the entity that the error pertains to.

recommendations
IList<String>

List of localized recommendations for above error code.

additionalDetails
String

Additional details for above error code.

Applies to