Class JobInnerError
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.JobInnerError
The Data Lake Analytics job error details.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the component that failed.Get the error message description.details()
Get the details of the error message.Get the diagnostic error code.errorId()
Get the specific identifier for the type of error encountered in the job.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.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).
-
Constructor Details
-
JobInnerError
public JobInnerError()
-
-
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
-
diagnosticCode
Get the diagnostic error code.- Returns:
- the diagnosticCode value
-
component
Get the component that failed.- Returns:
- the component value
-
resolution
Get the recommended resolution for the failure, if any.- Returns:
- the resolution 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
-