| Package | Description |
|---|---|
| io.smallrye.graphql.client | |
| io.smallrye.graphql.client.typesafe.api |
| Modifier and Type | Method and Description |
|---|---|
List<GraphQLError> |
Response.getErrors()
List of errors contained in this response.
|
List<GraphQLError> |
GraphQLClientException.getErrors() |
| Constructor and Description |
|---|
GraphQLClientException(String message,
List<GraphQLError> errors) |
| Modifier and Type | Method and Description |
|---|---|
List<GraphQLError> |
ErrorOr.getErrors() |
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorOr.handle(Consumer<? super T> dataAction,
Consumer<List<GraphQLError>> errorsAction) |
static <T> ErrorOr<T> |
ErrorOr.ofErrors(List<GraphQLError> errors) |
Copyright © 2018–2022. All rights reserved.