Uses of Class
org.topbraidlive.client.java.api.exception.GraphqlError
-
Packages that use GraphqlError Package Description org.topbraidlive.client.java.api.exception -
-
Uses of GraphqlError in org.topbraidlive.client.java.api.exception
Methods in org.topbraidlive.client.java.api.exception that return types with arguments of type GraphqlError Modifier and Type Method Description List<GraphqlError>
GraphqlClientException. getErrors()
Constructor parameters in org.topbraidlive.client.java.api.exception with type arguments of type GraphqlError Constructor Description GraphqlClientException(List<GraphqlError> errors, String message)
-