JobErrorDetails Constructors
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.
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.DataBoxEdge.Models.JobErrorItem> errorDetails = default, string code = default, string message = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.JobErrorDetails : System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.JobErrorItem> * string * string -> Microsoft.Azure.Management.DataBoxEdge.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.