GraphInnerError Class
- java.
lang. Object - com.
microsoft. graph. http. GraphInnerError
- com.
public class GraphInnerError
Represents an inner error returned by the service
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| java.lang.String |
code
The error code |
| java.lang.String |
debugMessage
The debug message |
| java.lang.String |
errorType
The error type |
|
Graph |
innererror
The inner error |
| java.lang.String |
stackTrace
The stacktrace |
| java.lang.String |
throwSite
The throw site |
Constructor Summary
| Constructor | Description | |
|---|---|---|
| GraphInnerError() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
final
Graph |
copy()
Make a deep copy this Graph |
Methods inherited from java.lang.Object
Field Details
code
public String code
The error code
debugMessage
public String debugMessage
The debug message
errorType
public String errorType
The error type
innererror
public GraphInnerError innererror
The inner error
stackTrace
public String stackTrace
The stacktrace
throwSite
public String throwSite
The throw site
Constructor Details
GraphInnerError
public GraphInnerError()
Method Details
copy
public final GraphInnerError copy()
Make a deep copy this GraphInnerError, this includes all it's subsequent InnerError's.
Returns: