JobErrorDetails Class

The Data Lake Analytics job error details.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
JobErrorDetails

Constructor

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

line_number
int

The specific line number in the job where the error occured.

start_offset
int

The start offset in the job where the error was found

end_offset
int

The end offset in the job where the error was found.

resolution
str

The recommended resolution for the failure, if any.

file_path
str

The path to any supplemental error files, 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.