Uses of Class
io.weaviate.client.v1.graphql.model.GraphQLError
Packages that use GraphQLError
-
Uses of GraphQLError in io.weaviate.client.v1.graphql.model
Methods in io.weaviate.client.v1.graphql.model that return GraphQLErrorModifier and TypeMethodDescriptionGraphQLError.GraphQLErrorBuilder.build()GraphQLResponse.getErrors()GraphQLTypedResponse.getErrors()Methods in io.weaviate.client.v1.graphql.model with parameters of type GraphQLErrorModifier and TypeMethodDescriptionGraphQLResponse.GraphQLResponseBuilder.errors(GraphQLError[] errors) Constructors in io.weaviate.client.v1.graphql.model with parameters of type GraphQLErrorModifierConstructorDescriptionGraphQLTypedResponse(GraphQLTypedResponse.Operation<T> data, GraphQLError[] errors)