Package manifold.graphql.rt.api.request
Interface GqlError
-
- All Superinterfaces:
manifold.ext.rt.api.IBindingsBacked,manifold.json.rt.api.IJsonBindingsBacked,Serializable
public interface GqlError extends manifold.json.rt.api.IJsonBindingsBackedReflects theGraphQLErrorvalues encoded in the @"errors"response of a GraphQL request.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceGqlError.Locationstatic classGqlError.ProxyFactory
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StringgetClassification()default List<GqlError.Location>getLocations()default StringgetMessage()default List<String>getPath()default StringgetType()
-