JobErrorDetails Constructors

Definition

Overloads

JobErrorDetails()

Initializes a new instance of the JobErrorDetails class.

JobErrorDetails(String, String, IList<JobErrorItem>)

Initializes a new instance of the JobErrorDetails class.

JobErrorDetails()

Initializes a new instance of the JobErrorDetails class.

public JobErrorDetails ();
Public Sub New ()

Applies to

JobErrorDetails(String, String, IList<JobErrorItem>)

Initializes a new instance of the JobErrorDetails class.

public JobErrorDetails (string code, string message, System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple8000Series.Models.JobErrorItem> errorDetails = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.JobErrorDetails : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple8000Series.Models.JobErrorItem> -> Microsoft.Azure.Management.StorSimple8000Series.Models.JobErrorDetails
Public Sub New (code As String, message As String, Optional errorDetails As IList(Of JobErrorItem) = Nothing)

Parameters

code
String

The error code intended for programmatic access.

message
String

The error message intended to describe the error in detail.

errorDetails
IList<JobErrorItem>

The error details.

Applies to