Serialized Form
-
Package org.springframework.graphql.client
-
Exception org.springframework.graphql.client.FieldAccessException
class FieldAccessException extends GraphQlClientException implements Serializable-
Serialized Fields
-
field
ClientResponseField field
-
response
ClientGraphQlResponse response
-
-
-
Exception org.springframework.graphql.client.GraphQlClientException
class GraphQlClientException extends NestedRuntimeException implements Serializable-
Serialized Fields
-
request
GraphQlRequest request
-
-
-
Exception org.springframework.graphql.client.GraphQlTransportException
class GraphQlTransportException extends GraphQlClientException implements Serializable -
Exception org.springframework.graphql.client.SubscriptionErrorException
class SubscriptionErrorException extends GraphQlTransportException implements Serializable-
Serialized Fields
-
errors
List<ResponseError> errors
-
-
-
Exception org.springframework.graphql.client.WebSocketDisconnectedException
class WebSocketDisconnectedException extends GraphQlTransportException implements Serializable-
Serialized Fields
-
closeStatus
CloseStatus closeStatus
-
-
-
-
Package org.springframework.graphql.data.federation
-
Exception org.springframework.graphql.data.federation.RepresentationException
class RepresentationException extends RuntimeException implements Serializable-
Serialized Fields
-
errorType
ErrorType errorType
-
handlerMethod
HandlerMethod handlerMethod
-
representation
Map<String,
Object> representation
-
-
-
Exception org.springframework.graphql.data.federation.RepresentationNotResolvedException
class RepresentationNotResolvedException extends RepresentationException implements Serializable
-
-
Package org.springframework.graphql.execution
-
Exception org.springframework.graphql.execution.MissingSchemaException
class MissingSchemaException extends NestedRuntimeException implements Serializable -
Exception org.springframework.graphql.execution.SubscriptionPublisherException
class SubscriptionPublisherException extends NestedRuntimeException implements Serializable-
Serialized Fields
-
errors
List<GraphQLError> errors
-
-
-