JobErrorDetails Class

  • java.lang.Object
    • com.microsoft.azure.management.datalake.analytics.models.JobErrorDetails

public class JobErrorDetails

The Data Lake Analytics job error details.

Method Summary

Modifier and Type Method and Description
String description()

Get the description value.

String details()

Get the details value.

Integer endOffset()

Get the endOffset value.

String errorId()

Get the errorId value.

String filePath()

Get the filePath value.

String helpLink()

Get the helpLink value.

JobInnerError innerError()

Get the innerError value.

String internalDiagnostics()

Get the internalDiagnostics value.

Integer lineNumber()

Get the lineNumber value.

String message()

Get the message value.

String resolution()

Get the resolution value.

SeverityTypes severity()

Get the severity value.

String source()

Get the source value.

Integer startOffset()

Get the startOffset value.

Method Details

description

public String description()

Get the description value.

Returns:

the description value

details

public String details()

Get the details value.

Returns:

the details value

endOffset

public Integer endOffset()

Get the endOffset value.

Returns:

the endOffset value

errorId

public String errorId()

Get the errorId value.

Returns:

the errorId value

filePath

public String filePath()

Get the filePath value.

Returns:

the filePath value

helpLink

public String helpLink()

Get the helpLink value.

Returns:

the helpLink value

innerError

public JobInnerError innerError()

Get the innerError value.

Returns:

the innerError value

internalDiagnostics

public String internalDiagnostics()

Get the internalDiagnostics value.

Returns:

the internalDiagnostics value

lineNumber

public Integer lineNumber()

Get the lineNumber value.

Returns:

the lineNumber value

message

public String message()

Get the message value.

Returns:

the message value

resolution

public String resolution()

Get the resolution value.

Returns:

the resolution value

severity

public SeverityTypes severity()

Get the severity value.

Returns:

the severity value

source

public String source()

Get the source value.

Returns:

the source value

startOffset

public Integer startOffset()

Get the startOffset value.

Returns:

the startOffset value

Applies to