JobErrorDetails Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. JobErrorDetails
- com.
public class JobErrorDetails
The Data Lake Analytics job error details.
Modifier and Type | Method and Description |
---|---|
String |
description()
Get the description value. |
String |
details()
Get the details value. |
Integer |
end Get the endOffset value. |
String |
error Get the errorId value. |
String |
file Get the filePath value. |
String |
help Get the helpLink value. |
Job |
inner Get the innerError value. |
String |
internal Get the internalDiagnostics value. |
Integer |
line Get the lineNumber value. |
String |
message()
Get the message value. |
String |
resolution()
Get the resolution value. |
Severity |
severity()
Get the severity value. |
String |
source()
Get the source value. |
Integer |
start Get the startOffset value. |
description
public String description()
Get the description value.
Returns:
details
public String details()
Get the details value.
Returns:
endOffset
public Integer endOffset()
Get the endOffset value.
Returns:
errorId
public String errorId()
Get the errorId value.
Returns:
filePath
public String filePath()
Get the filePath value.
Returns:
helpLink
public String helpLink()
Get the helpLink value.
Returns:
innerError
public JobInnerError innerError()
Get the innerError value.
Returns:
internalDiagnostics
public String internalDiagnostics()
Get the internalDiagnostics value.
Returns:
lineNumber
public Integer lineNumber()
Get the lineNumber value.
Returns:
message
public String message()
Get the message value.
Returns:
resolution
public String resolution()
Get the resolution value.
Returns:
severity
public SeverityTypes severity()
Get the severity value.
Returns:
source
public String source()
Get the source value.
Returns:
startOffset
public Integer startOffset()
Get the startOffset value.
Returns: