| 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.