public class DefaultGraphQLErrorHandler extends java.lang.Object implements GraphQLErrorHandler
| 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) |
protected void |
logError(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 void logError(graphql.GraphQLError error)
protected java.util.List<graphql.GraphQLError> filterGraphQLErrors(java.util.List<graphql.GraphQLError> errors)
protected boolean isClientError(graphql.GraphQLError error)