JobInnerError Class
The Data Lake Analytics job error details.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
JobInnerError
Constructor
JobInnerError(**kwargs)
Variables
- error_id
- str
The specific identifier for the type of error encountered in the job.
- severity
- str or SeverityTypes
The severity level of the failure. Possible values include: 'Warning', 'Error', 'Info', 'SevereWarning', 'Deprecated', 'UserWarning'
- source
- str
The ultimate source of the failure (usually either SYSTEM or USER).
- message
- str
The user friendly error message for the failure.
- description
- str
The error message description.
- details
- str
The details of the error message.
- diagnostic_code
- int
The diagnostic error code.
- component
- str
The component that failed.
- resolution
- str
The recommended resolution for the failure, if any.
- help_link
- str
The link to MSDN or Azure help for this type of error, if any.
- internal_diagnostics
- str
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.
- inner_error
- JobInnerError
The inner error of this specific job error message, if any.
Feedback
Submit and view feedback for