JobInnerError Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. JobInnerError
- com.
public class JobInnerError
The Data Lake Analytics job error details.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
component()
Get the component value. |
String |
description()
Get the description value. |
String |
details()
Get the details value. |
Integer |
diagnosticCode()
Get the diagnosticCode value. |
String |
errorId()
Get the errorId value. |
String |
helpLink()
Get the helpLink value. |
String |
internalDiagnostics()
Get the internalDiagnostics 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. |
Method Details
component
public String component()
Get the component value.
Returns:
description
public String description()
Get the description value.
Returns:
details
public String details()
Get the details value.
Returns:
diagnosticCode
public Integer diagnosticCode()
Get the diagnosticCode value.
Returns:
errorId
public String errorId()
Get the errorId value.
Returns:
helpLink
public String helpLink()
Get the helpLink value.
Returns:
internalDiagnostics
public String internalDiagnostics()
Get the internalDiagnostics 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:
Applies to
Azure SDK for Java