public class DeferredErrorSupport extends Object
Constructor and Description |
---|
DeferredErrorSupport() |
Modifier and Type | Method and Description |
---|---|
List<GraphQLError> |
getErrors() |
void |
onError(GraphQLError gError) |
void |
onFetchingException(ExecutionStrategyParameters parameters,
Throwable e) |
public void onFetchingException(ExecutionStrategyParameters parameters, Throwable e)
public void onError(GraphQLError gError)
public List<GraphQLError> getErrors()
Copyright © 2019. All rights reserved.