Class JobErrorDetails
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.JobErrorDetails
The Data Lake Analytics job error details.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the error message description.details()
Get the details of the error message.Get the end offset in the job where the error was found.errorId()
Get the specific identifier for the type of error encountered in the job.filePath()
Get the path to any supplemental error files, if any.helpLink()
Get the link to MSDN or Azure help for this type of error, if any.Get the inner error of this specific job error message, if any.Get 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.Get the specific line number in the job where the error occured.message()
Get the user friendly error message for the failure.Get the recommended resolution for the failure, if any.severity()
Get the severity level of the failure.source()
Get the ultimate source of the failure (usually either SYSTEM or USER).Get the start offset in the job where the error was found.
-
Constructor Details
-
JobErrorDetails
public JobErrorDetails()
-
-
Method Details
-
errorId
Get the specific identifier for the type of error encountered in the job.- Returns:
- the errorId value
-
severity
Get the severity level of the failure. Possible values include: 'Warning', 'Error', 'Info', 'SevereWarning', 'Deprecated', 'UserWarning'.- Returns:
- the severity value
-
source
Get the ultimate source of the failure (usually either SYSTEM or USER).- Returns:
- the source value
-
message
Get the user friendly error message for the failure.- Returns:
- the message value
-
description
Get the error message description.- Returns:
- the description value
-
details
Get the details of the error message.- Returns:
- the details value
-
lineNumber
Get the specific line number in the job where the error occured.- Returns:
- the lineNumber value
-
startOffset
Get the start offset in the job where the error was found.- Returns:
- the startOffset value
-
endOffset
Get the end offset in the job where the error was found.- Returns:
- the endOffset value
-
resolution
Get the recommended resolution for the failure, if any.- Returns:
- the resolution value
-
filePath
Get the path to any supplemental error files, if any.- Returns:
- the filePath value
-
helpLink
Get the link to MSDN or Azure help for this type of error, if any.- Returns:
- the helpLink value
-
internalDiagnostics
Get 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.- Returns:
- the internalDiagnostics value
-
innerError
Get the inner error of this specific job error message, if any.- Returns:
- the innerError value
-