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(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.