public interface GqlError extends IJsonBindingsBacked
GraphQLError
values encoded in the @"errors"
response of a GraphQL request.Modifier and Type | Interface and Description |
---|---|
static interface |
GqlError.Location |
static class |
GqlError.ProxyFactory |
Modifier and Type | Method and Description |
---|---|
default String |
getClassification() |
default List<GqlError.Location> |
getLocations() |
default String |
getMessage() |
default List<String> |
getPath() |
default String |
getType() |
getBindings, write
display
Copyright © 2024. All rights reserved.