Uses of Interface
org.springframework.graphql.ResponseError
Packages that use ResponseError
Package
Description
Top level abstractions for processing GraphQL requests.
This package contains a
GraphQlClient
along with HTTP and WebSocket extensions.Support classes for Spring GraphQL.
-
Uses of ResponseError in org.springframework.graphql
Methods in org.springframework.graphql that return ResponseErrorModifier and TypeMethodDescriptionResponseField.getError()Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.springframework.graphql that return types with arguments of type ResponseError -
Uses of ResponseError in org.springframework.graphql.client
Methods in org.springframework.graphql.client that return types with arguments of type ResponseErrorModifier and TypeMethodDescriptionSubscriptionErrorException.getErrors()Return the errors contained in the GraphQL over WebSocket "errors" message.Constructor parameters in org.springframework.graphql.client with type arguments of type ResponseErrorModifierConstructorDescriptionSubscriptionErrorException(GraphQlRequest request, List<ResponseError> errors) Constructor with the request details and the errors listed in the payload of the"errors"message. -
Uses of ResponseError in org.springframework.graphql.support
Methods in org.springframework.graphql.support that return types with arguments of type ResponseError
ResponseField.getErrors()