Class SourceDataFetcherException

  • All Implemented Interfaces:
    Serializable

    public class SourceDataFetcherException
    extends graphql.GraphQLException
    See Also:
    Serialized Form
    • Constructor Detail

      • SourceDataFetcherException

        public SourceDataFetcherException​(@NotNull
                                          @NotNull List<? extends graphql.GraphQLError> errors)
    • Method Detail

      • getErrors

        @NotNull
        public @NotNull List<? extends graphql.GraphQLError> getErrors()