public class JobErrorDetails extends Object
Constructor and Description |
---|
JobErrorDetails() |
Modifier and Type | Method and Description |
---|---|
String |
description()
Get the error message description.
|
String |
details()
Get the details of the error message.
|
Integer |
endOffset()
Get the end offset in the job where the error was found.
|
String |
errorId()
Get the specific identifier for the type of error encountered in the job.
|
String |
filePath()
Get the path to any supplemental error files, if any.
|
String |
helpLink()
Get the link to MSDN or Azure help for this type of error, if any.
|
JobInnerError |
innerError()
Get the inner error of this specific job error message, if any.
|
String |
internalDiagnostics()
Get the internal diagnostic stack trace if the user requesting the job error details has sufficient permissions it will be retrieved, otherwise it will be empty.
|
Integer |
lineNumber()
Get the specific line number in the job where the error occured.
|
String |
message()
Get the user friendly error message for the failure.
|
String |
resolution()
Get the recommended resolution for the failure, if any.
|
SeverityTypes |
severity()
Get the severity level of the failure.
|
String |
source()
Get the ultimate source of the failure (usually either SYSTEM or USER).
|
Integer |
startOffset()
Get the start offset in the job where the error was found.
|
public String errorId()
public SeverityTypes severity()
public String source()
public String message()
public String description()
public String details()
public Integer lineNumber()
public Integer startOffset()
public Integer endOffset()
public String resolution()
public String filePath()
public String helpLink()
public String internalDiagnostics()
public JobInnerError innerError()
Copyright © 2019. All rights reserved.