JobInnerError 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
JobInnerError() |
Initializes a new instance of the JobInnerError class. |
JobInnerError(Nullable<Int32>, Nullable<SeverityTypes>, String, String, String, String, String, String, String, String, String, JobInnerError) |
Initializes a new instance of the JobInnerError class. |
JobInnerError(String, Nullable<SeverityTypes>, String, String, String, String, Nullable<Int32>, String, String, String, String, JobInnerError) |
Initializes a new instance of the JobInnerError class. |
JobInnerError()
Initializes a new instance of the JobInnerError class.
public JobInnerError ();
Public Sub New ()
Applies to
JobInnerError(Nullable<Int32>, Nullable<SeverityTypes>, String, String, String, String, String, String, String, String, String, JobInnerError)
Initializes a new instance of the JobInnerError class.
public JobInnerError (int? diagnosticCode = default, Microsoft.Azure.Management.DataLake.Analytics.Models.SeverityTypes? severity = default, string details = default, string component = default, string errorId = default, string helpLink = default, string internalDiagnostics = default, string message = default, string resolution = default, string source = default, string description = default, Microsoft.Azure.Management.DataLake.Analytics.Models.JobInnerError innerError = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.JobInnerError : Nullable<int> * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.SeverityTypes> * string * string * string * string * string * string * string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.JobInnerError -> Microsoft.Azure.Management.DataLake.Analytics.Models.JobInnerError
Public Sub New (Optional diagnosticCode As Nullable(Of Integer) = Nothing, Optional severity As Nullable(Of SeverityTypes) = Nothing, Optional details As String = Nothing, Optional component As String = Nothing, Optional errorId As String = Nothing, Optional helpLink As String = Nothing, Optional internalDiagnostics As String = Nothing, Optional message As String = Nothing, Optional resolution As String = Nothing, Optional source As String = Nothing, Optional description As String = Nothing, Optional innerError As JobInnerError = Nothing)
Parameters
- severity
- Nullable<SeverityTypes>
the severity level of the failure. Possible values include: 'Warning', 'Error', 'Info', 'SevereWarning', 'Deprecated', 'UserWarning'
- details
- String
the details of the error message.
- component
- String
the component that failed.
- errorId
- String
the specific identifier for the type of error encountered in the job.
- helpLink
- String
the link to MSDN or Azure help for this type of error, if any.
- internalDiagnostics
- String
the internal diagnostic stack trace if the user requesting the job error details has sufficient permissions it will be retrieved, otherwise it will be empty.
- message
- String
the user friendly error message for the failure.
- resolution
- String
the recommended resolution for the failure, if any.
- source
- String
the ultimate source of the failure (usually either SYSTEM or USER).
- description
- String
the error message description
- innerError
- JobInnerError
the inner error of this specific job error message, if any.
Applies to
JobInnerError(String, Nullable<SeverityTypes>, String, String, String, String, Nullable<Int32>, String, String, String, String, JobInnerError)
Initializes a new instance of the JobInnerError class.
public JobInnerError (string errorId = default, Microsoft.Azure.Management.DataLake.Analytics.Models.SeverityTypes? severity = default, string source = default, string message = default, string description = default, string details = default, int? diagnosticCode = default, string component = default, string resolution = default, string helpLink = default, string internalDiagnostics = default, Microsoft.Azure.Management.DataLake.Analytics.Models.JobInnerError innerError = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.JobInnerError : string * Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.SeverityTypes> * string * string * string * string * Nullable<int> * string * string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.JobInnerError -> Microsoft.Azure.Management.DataLake.Analytics.Models.JobInnerError
Public Sub New (Optional errorId As String = Nothing, Optional severity As Nullable(Of SeverityTypes) = Nothing, Optional source As String = Nothing, Optional message As String = Nothing, Optional description As String = Nothing, Optional details As String = Nothing, Optional diagnosticCode As Nullable(Of Integer) = Nothing, Optional component As String = Nothing, Optional resolution As String = Nothing, Optional helpLink As String = Nothing, Optional internalDiagnostics As String = Nothing, Optional innerError As JobInnerError = Nothing)
Parameters
- errorId
- String
The specific identifier for the type of error encountered in the job.
- severity
- Nullable<SeverityTypes>
The severity level of the failure. Possible values include: 'Warning', 'Error', 'Info', 'SevereWarning', 'Deprecated', 'UserWarning'
- source
- String
The ultimate source of the failure (usually either SYSTEM or USER).
- message
- String
The user friendly error message for the failure.
- description
- String
The error message description.
- details
- String
The details of the error message.
- component
- String
The component that failed.
- resolution
- String
The recommended resolution for the failure, if any.
- helpLink
- String
The link to MSDN or Azure help for this type of error, if any.
- internalDiagnostics
- String
The internal diagnostic stack trace if the user requesting the job error details has sufficient permissions it will be retrieved, otherwise it will be empty.
- innerError
- JobInnerError
The inner error of this specific job error message, if any.
Applies to
Azure SDK for .NET