| Package | Description |
|---|---|
| com.daikit.graphql.data.output | |
| com.daikit.graphql.execution |
| Modifier and Type | Method and Description |
|---|---|
GQLExecutionErrorDetails |
GQLExecutionResult.getErrorDetails() |
| Constructor and Description |
|---|
GQLExecutionResult(graphql.ExecutionResult wrappedExecutionResult,
GQLExecutionErrorDetails errorDetails)
Constructor
|
GQLExecutionResult(GQLExecutionErrorDetails errorDetails)
Constructor for execution error
|
| Modifier and Type | Method and Description |
|---|---|
protected GQLExecutionErrorDetails |
GQLErrorProcessor.createError()
Override to provide custom
GQLExecutionErrorDetails extension |
GQLExecutionErrorDetails |
GQLErrorProcessor.handleError(List<graphql.GraphQLError> errors) |
GQLExecutionErrorDetails |
IGQLErrorProcessor.handleError(List<graphql.GraphQLError> errors)
Create
GQLExecutionErrorDetails from given details list |
GQLExecutionErrorDetails |
GQLErrorProcessor.handleError(Throwable exception) |
GQLExecutionErrorDetails |
IGQLErrorProcessor.handleError(Throwable exception)
Create
GQLExecutionErrorDetails after catching given exception |
Copyright © 2019. All rights reserved.