I searched the documentation for which erros are currently being thrown by neo4j/graphql, and under what circumstances. Unfortunately, there is currently no documentation for this.
I found the following errors in the code:
Neo4jGraphQLError
- Neo4jGraphQLForbiddenError
- Neo4jGraphQLAuthenticationError
- Neo4jGraphQLConstraintValidationError
- Neo4jGraphQLCypherBuilderError
- Neo4jGraphQLRelationshipValidationError
Most of these are actually self-explanatory, but what is the Neo4jGraphQLRelationshipValidationError for, for example?. Under what circumstances is this error triggered? How should this error be handled?
I searched the documentation for which erros are currently being thrown by neo4j/graphql, and under what circumstances. Unfortunately, there is currently no documentation for this.
I found the following errors in the code:
Neo4jGraphQLError
Most of these are actually self-explanatory, but what is the Neo4jGraphQLRelationshipValidationError for, for example?. Under what circumstances is this error triggered? How should this error be handled?