io.smallrye.graphql.client.GraphQLError Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smallrye-graphql-client-api Show documentation
Show all versions of smallrye-graphql-client-api Show documentation
SmallRye specific Client API, extending the MicroProfile client api, allowing us to play with the api first before we move it to the spec
package io.smallrye.graphql.client;
import java.util.List;
import java.util.Map;
public interface GraphQLError {
/**
* Textual description of the error, supplied by the service.
*/
String getMessage();
/**
* List of locations in the request that correspond to this error. Each location is a map that
* should contain the `line` and `column` items.
*/
List