io.smallrye.graphql.client.GraphQLError Maven / Gradle / Ivy
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
© 2015 - 2025 Weber Informatics LLC | Privacy Policy