public class GraphQLClientException extends RuntimeException
| Constructor and Description |
|---|
GraphQLClientException(String message,
List<GraphQLError> errors) |
| Modifier and Type | Method and Description |
|---|---|
List<GraphQLError> |
getErrors() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic GraphQLClientException(String message, List<GraphQLError> errors)
public List<GraphQLError> getErrors()
Copyright © 2018–2022. All rights reserved.