| Package | Description |
|---|---|
| io.smallrye.graphql.client.typesafe.api |
| Modifier and Type | Method and Description |
|---|---|
List<GraphQLClientError> |
ErrorOr.getErrors() |
List<GraphQLClientError> |
GraphQLClientException.getErrors() |
| Modifier and Type | Method and Description |
|---|---|
static <T> ErrorOr<T> |
ErrorOr.ofErrors(List<GraphQLClientError> errors) |
| Constructor and Description |
|---|
GraphQLClientException(String message,
List<GraphQLClientError> errors) |
Copyright © 2018–2021. All rights reserved.