Uses of Class
org.springframework.graphql.client.GraphQlClientException
Packages that use GraphQlClientException
-
Uses of GraphQlClientException in org.springframework.graphql.client
Subclasses of GraphQlClientException in org.springframework.graphql.clientModifier and TypeClassDescriptionclass
An exception raised on an attempt to decode data from afailed response
or a field is not present, or has no value, checked viaResponseField.hasValue()
.class
Exception raised by aGraphQlTransport
or used to wrap an exception from aGraphQlTransport
implementation.class
WebSocketGraphQlTransportException
raised when a subscription ends with an"error"
message.class
WebSocket relatedGraphQlTransportException
raised when the connection is closed while a request or subscription is in progress.