All Downloads are FREE. Search and download functionalities are using the official Maven repository.

graphql.ErrorClassification Maven / Gradle / Ivy

There is a newer version: 230521-nf-execution
Show newest version
package graphql;

/**
 * Errors in graphql-java can have a classification to help with the processing
 * of errors.  Custom {@link graphql.GraphQLError} implementations could use
 * custom classifications.
 * 

* graphql-java ships with a standard set of error classifications via {@link graphql.ErrorType} */ @PublicApi public interface ErrorClassification { }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy