Serialized Form
-
Package com.graphql_java_generator.client.response
-
Class com.graphql_java_generator.client.response.Error
class Error extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
errorType
String errorType
-
extensions
tools.jackson.databind.JsonNode extensions
The extensions field of errors, stored as is from the incoming GraphQL response. It can be retrieved thanks to one of these methods:Error.getExtensions(),Error.getExtensionsAsJsonNode(),Error.getExtensionsAsMapOfJsonNode(),Error.getExtensionsField(String, Class) -
extensionsAsMapOfJsonNode
Map<String,
tools.jackson.databind.JsonNode> extensionsAsMapOfJsonNode -
extensionsAsMapOfObject
Map<String,
Object> extensionsAsMapOfObject -
localObjectMapper
tools.jackson.databind.ObjectMapper localObjectMapper
-
locations
List<Location> locations
-
message
String message
-
path
List<String> path
-
queryPath
List<String> queryPath
-
validationErrorType
String validationErrorType
-
-
-
Package com.graphql_java_generator.exception
-
Exception com.graphql_java_generator.exception.GraphQLRequestExecutionException
class GraphQLRequestExecutionException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception com.graphql_java_generator.exception.GraphQLRequestExecutionUncheckedException
class GraphQLRequestExecutionUncheckedException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
graphQLRequestExecutionException
GraphQLRequestExecutionException graphQLRequestExecutionException
-
-
Exception com.graphql_java_generator.exception.GraphQLRequestPreparationException
class GraphQLRequestPreparationException extends Exception implements Serializable- serialVersionUID:
- 1L
-