public final class CallingServerError extends Object
| Constructor and Description |
|---|
CallingServerError(String message,
String code,
String target,
List<CallingServerError> details,
CallingServerError innerError)
Constructs a new CallingServerError
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Get the code property: The error code.
|
List<CallingServerError> |
getDetails()
Get the details property: Further details about specific errors that led to
this error.
|
CallingServerError |
getInnerError()
Get the innerError property: The inner error if any.
|
String |
getMessage()
Get the message property: The error message.
|
String |
getTarget()
Get the target property: The error target.
|
public CallingServerError(String message, String code, String target, List<CallingServerError> details, CallingServerError innerError)
message - The message of the original errorcode - The error codetarget - The target of the errordetails - Additional detailsinnerError - The inner errorpublic String getCode()
public String getMessage()
public String getTarget()
public List<CallingServerError> getDetails()
public CallingServerError getInnerError()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.