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, waiterrorsPresentpublic java.util.List<graphql.GraphQLError> processErrors(java.util.List<graphql.GraphQLError> errors)
processErrors in interface GraphQLErrorHandlerprotected java.util.List<graphql.GraphQLError> filterGraphQLErrors(java.util.List<graphql.GraphQLError> errors)
protected boolean isClientError(graphql.GraphQLError error)