Share via


JobErrorDetails Constructors

Definition

Overloads

JobErrorDetails()

Initializes a new instance of the JobErrorDetails class.

JobErrorDetails(IList<JobErrorItem>, String, String)

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(IList<JobErrorItem>, String, String)

Initializes a new instance of the JobErrorDetails class.

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

Parameters

errorDetails
IList<JobErrorItem>

The error details.

code
String

The code intended for programmatic access.

message
String

The message that describes the error in detail.

Applies to