JobInnerError Class

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

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.

SeverityTypes severity()

Get the severity value.

String source()

Get the source value.

Method Details

component

public String component()

Get the component value.

Returns:

the component value

description

public String description()

Get the description value.

Returns:

the description value

details

public String details()

Get the details value.

Returns:

the details value

diagnosticCode

public Integer diagnosticCode()

Get the diagnosticCode value.

Returns:

the diagnosticCode value

errorId

public String errorId()

Get the errorId value.

Returns:

the errorId value

helpLink

public String helpLink()

Get the helpLink value.

Returns:

the helpLink value

internalDiagnostics

public String internalDiagnostics()

Get the internalDiagnostics value.

Returns:

the internalDiagnostics 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

Applies to