Uses of Enum Class
org.neo4j.driver.exceptions.GqlStatusErrorClassification
Packages that use GqlStatusErrorClassification
-
Uses of GqlStatusErrorClassification in org.neo4j.driver.exceptions
Subclasses with type arguments of type GqlStatusErrorClassification in org.neo4j.driver.exceptionsModifier and TypeClassDescriptionenumThe GQLSTATUS error classification.Methods in org.neo4j.driver.exceptions that return GqlStatusErrorClassificationModifier and TypeMethodDescriptionstatic GqlStatusErrorClassificationReturns 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.Methods in org.neo4j.driver.exceptions that return types with arguments of type GqlStatusErrorClassificationModifier and TypeMethodDescriptionNeo4jException.classification()Returns the error classification as aGqlStatusErrorClassificationenum value.