JobInnerError Class
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.
The Data Lake Analytics job error details.
public class JobInnerError
type JobInnerError = class
Public Class JobInnerError
- Inheritance
-
JobInnerError
Constructors
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. |
Properties
Component |
Gets the component that failed. |
Description |
Gets the error message description. |
Details |
Gets the details of the error message. |
DiagnosticCode |
Gets the diagnostic error code. |
ErrorId |
Gets the specific identifier for the type of error encountered in the job. |
HelpLink |
Gets the link to MSDN or Azure help for this type of error, if any. |
InnerError |
Gets the inner error of this specific job error message, if any. |
InternalDiagnostics |
Gets 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 |
Gets the user friendly error message for the failure. |
Resolution |
Gets the recommended resolution for the failure, if any. |
Severity |
Gets the severity level of the failure. Possible values include: 'Warning', 'Error', 'Info', 'SevereWarning', 'Deprecated', 'UserWarning' |
Source |
Gets the ultimate source of the failure (usually either SYSTEM or USER). |
Applies to
Azure SDK for .NET