Uses of Enum Class
org.neo4j.driver.exceptions.GqlStatusErrorClassification
-
Uses of GqlStatusErrorClassification in org.neo4j.driver.exceptions
Modifier and TypeMethodDescriptionstatic GqlStatusErrorClassification
Returns the enum constant of this class with the specified name.static GqlStatusErrorClassification[]
GqlStatusErrorClassification.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionNeo4jException.classification()
Returns the error classification as aGqlStatusErrorClassification
enum value.