JobErrorDetails 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 JobErrorDetails
type JobErrorDetails = class
Public Class JobErrorDetails
- Inheritance
-
JobErrorDetails
Constructors
JobErrorDetails() |
Initializes a new instance of the JobErrorDetails class. |
JobErrorDetails(String, Nullable<SeverityTypes>, String, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, String, String, String, JobInnerError) |
Initializes a new instance of the JobErrorDetails class. |
JobErrorDetails(String, String, Nullable<Int32>, String, String, String, String, Nullable<Int32>, String, String, JobInnerError, Nullable<SeverityTypes>, String, Nullable<Int32>) |
Initializes a new instance of the JobErrorDetails class. |
Properties
Description |
Gets the error message description. |
Details |
Gets the details of the error message. |
EndOffset |
Gets the end offset in the job where the error was found. |
ErrorId |
Gets the specific identifier for the type of error encountered in the job. |
FilePath |
Gets the path to any supplemental error files, if any. |
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. |
LineNumber |
Gets the specific line number in the job where the error occurred. |
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). |
StartOffset |
Gets the start offset in the job where the error was found |
Applies to
Azure SDK for .NET