public class JobInnerError extends Object
Constructor and Description |
---|
JobInnerError() |
Modifier and Type | Method and Description |
---|---|
String |
component()
Get the component that failed.
|
String |
description()
Get the error message description.
|
String |
details()
Get the details of the error message.
|
Integer |
diagnosticCode()
Get the diagnostic error code.
|
String |
errorId()
Get the specific identifier for the type of error encountered in the job.
|
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.
|
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).
|
public String errorId()
public SeverityTypes severity()
public String source()
public String message()
public String description()
public String details()
public Integer diagnosticCode()
public String component()
public String resolution()
public String helpLink()
public String internalDiagnostics()
public JobInnerError innerError()
Copyright © 2019. All rights reserved.