Uses of Interface
io.smallrye.graphql.client.GraphQLError
-
Packages that use GraphQLError Package Description io.smallrye.graphql.client io.smallrye.graphql.client.typesafe.api -
-
Uses of GraphQLError in io.smallrye.graphql.client
Methods in io.smallrye.graphql.client that return types with arguments of type GraphQLError Modifier and Type Method Description List<GraphQLError>GraphQLClientException. getErrors()List<GraphQLError>Response. getErrors()List of errors contained in this response.Constructors in io.smallrye.graphql.client with parameters of type GraphQLError Constructor Description GraphQLClientException(String message, GraphQLError error)Constructor parameters in io.smallrye.graphql.client with type arguments of type GraphQLError Constructor Description GraphQLClientException(String message, List<GraphQLError> errors) -
Uses of GraphQLError in io.smallrye.graphql.client.typesafe.api
Methods in io.smallrye.graphql.client.typesafe.api that return types with arguments of type GraphQLError Modifier and Type Method Description List<GraphQLError>ErrorOr. getErrors()Method parameters in io.smallrye.graphql.client.typesafe.api with type arguments of type GraphQLError Modifier and Type Method Description static <T> ErrorOr<T>ErrorOr. ofErrors(List<GraphQLError> errors)static <T> TypesafeResponse<T>TypesafeResponse. ofErrors(List<GraphQLError> errors)Constructor parameters in io.smallrye.graphql.client.typesafe.api with type arguments of type GraphQLError Constructor Description ErrorOr(T value, List<GraphQLError> errors)
-