Class Diagnostics
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.Diagnostics
Error diagnostic information for failed jobs.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Diagnostics
public Diagnostics()
-
-
Method Details
-
message
Get the error message.- Returns:
- the message value
-
severity
Get the severity of the error. Possible values include: 'Warning', 'Error', 'Info', 'SevereWarning', 'Deprecated', 'UserWarning'.- Returns:
- the severity value
-
lineNumber
Get the line number the error occured on.- Returns:
- the lineNumber value
-
columnNumber
Get the column where the error occured.- Returns:
- the columnNumber value
-
start
Get the starting index of the error.- Returns:
- the start value
-
end
Get the ending index of the error.- Returns:
- the end value
-