Package 

Class FederatedRequestFailure

  • All Implemented Interfaces:
    graphql.GraphQLError , java.io.Serializable

    
    public final class FederatedRequestFailure
     implements GraphQLError
                        

    GraphQLError returned whenever exception occurs while trying to resolve federated entity representation.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getMessage()
      ErrorClassification getErrorType()
      List<SourceLocation> getLocations()
      Map<String, Object> getExtensions()
      • Methods inherited from class com.expediagroup.graphql.generator.federation.exception.FederatedRequestFailure

        getPath, toSpecification
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait