Uses of Class
com.graphql_java_generator.client.response.Error
-
Packages that use Error Package Description com.graphql_java_generator.client.response All classes about the management of the response, coming from the GraphQL servercom.graphql_java_generator.exception -
-
Uses of Error in com.graphql_java_generator.client.response
Fields in com.graphql_java_generator.client.response with type parameters of type Error Modifier and Type Field Description java.util.List<Error>JsonResponseWrapper. errorsThis optional field contains the errors, when one or more errors occurred -
Uses of Error in com.graphql_java_generator.exception
Methods in com.graphql_java_generator.exception that return types with arguments of type Error Modifier and Type Method Description java.util.List<Error>GraphQLRequestExecutionException. getErrors()Returns the list of the errors returned by the GraphQL server.Constructor parameters in com.graphql_java_generator.exception with type arguments of type Error Constructor Description GraphQLRequestExecutionException(java.lang.String msg, java.util.List<Error> errors)GraphQLRequestExecutionException(java.util.List<Error> errors)Generates a new instance, from a non empty and non null list ofGraphQLError
-