public class FederatedRequestFailure
GraphQLError returned whenever exception occurs while trying to resolve federated entity representation.
| Constructor and Description |
|---|
FederatedRequestFailure(java.lang.String errorMessage,
java.lang.Exception error)
GraphQLError returned whenever exception occurs while trying to resolve federated entity representation.
|
| Modifier and Type | Method and Description |
|---|---|
graphql.ErrorClassification |
getErrorType() |
java.util.Map<java.lang.String,java.lang.Object> |
getExtensions() |
java.util.List<graphql.language.SourceLocation> |
getLocations() |
java.lang.String |
getMessage() |