Package com.microsoft.graph.http
Class GraphInnerError
java.lang.Object
com.microsoft.graph.http.GraphInnerError
Represents an inner error returned by the service
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe error codeThe debug messageThe error typeThe inner errorThe stacktraceThe throw site -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal GraphInnerErrorcopy()Make a deep copy this GraphInnerError, this includes all it's subsequent InnerError's.
-
Field Details
-
code
The error code -
errorType
The error type -
debugMessage
The debug message -
stackTrace
The stacktrace -
throwSite
The throw site -
innererror
The inner error
-
-
Constructor Details
-
GraphInnerError
public GraphInnerError()
-
-
Method Details
-
copy
Make a deep copy this GraphInnerError, this includes all it's subsequent InnerError's.- Returns:
- The copy of this InnerError
-