public class DefaultGraphQLErrorHandler extends java.lang.Object implements GraphQLErrorHandler
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
log |
Constructor and Description |
---|
DefaultGraphQLErrorHandler() |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<graphql.GraphQLError> |
filterGraphQLErrors(java.util.List<graphql.GraphQLError> errors) |
protected boolean |
isClientError(graphql.GraphQLError error) |
java.util.List<graphql.GraphQLError> |
processErrors(java.util.List<graphql.GraphQLError> errors) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
errorsPresent
public java.util.List<graphql.GraphQLError> processErrors(java.util.List<graphql.GraphQLError> errors)
processErrors
in interface GraphQLErrorHandler
protected java.util.List<graphql.GraphQLError> filterGraphQLErrors(java.util.List<graphql.GraphQLError> errors)
protected boolean isClientError(graphql.GraphQLError error)