public interface IGQLErrorProcessor
| Modifier and Type | Method and Description |
|---|---|
GQLExecutionErrorDetails |
handleError(List<graphql.GraphQLError> errors)
Create
GQLExecutionErrorDetails from given details list |
GQLExecutionErrorDetails |
handleError(Throwable exception)
Create
GQLExecutionErrorDetails after catching given exception |
GQLExecutionErrorDetails handleError(List<graphql.GraphQLError> errors)
GQLExecutionErrorDetails from given details listerrors - the error details to populate error fromGQLExecutionErrorDetailsGQLExecutionErrorDetails handleError(Throwable exception)
GQLExecutionErrorDetails after catching given exceptionexception - the exception to populate error fromGQLExecutionErrorDetailsCopyright © 2019. All rights reserved.