Serialized Form
-
Package com.microsoft.graph.core
-
Class com.microsoft.graph.core.ClientException extends RuntimeException implements Serializable
- serialVersionUID:
- -1066560879567392559L
-
-
Package com.microsoft.graph.http
-
Class com.microsoft.graph.http.GraphFatalServiceException extends GraphServiceException implements Serializable
- serialVersionUID:
- -4974392424026672738L
-
Class com.microsoft.graph.http.GraphServiceException extends ClientException implements Serializable
- serialVersionUID:
- -7416427229421064119L
-
Serialized Fields
-
method
String method
The HTTP method -
requestBody
String requestBody
The request body represented as a string -
requestHeaders
List<String> requestHeaders
The request headers -
responseCode
int responseCode
The HTTP status code -
responseHeaders
List<String> responseHeaders
The response headers -
responseMessage
String responseMessage
The HTTP status message -
url
String url
The request URL -
verbose
boolean verbose
Whether to log the full error response
-
-
-
Package com.microsoft.graph.serializer
-
Class com.microsoft.graph.serializer.AdditionalDataManager extends HashMap<String,com.google.gson.JsonElement> implements Serializable
- serialVersionUID:
- 8641634955796941429L
-