Class GoodFaithIntrospection.BadFaithIntrospectionError

    • Constructor Detail

      • BadFaithIntrospectionError

        public BadFaithIntrospectionError​(java.lang.String qualifiedField)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Specified by:
        getMessage in interface GraphQLError
        Returns:
        a description of the error intended for the developer as a guide to understand and correct the error
      • getLocations

        public java.util.List<SourceLocation> getLocations()
        Specified by:
        getLocations in interface GraphQLError
        Returns:
        the location(s) within the GraphQL document at which the error occurred. Each SourceLocation describes the beginning of an associated syntax element