Uses of Record Class
org.neo4j.driver.internal.bolt.api.GqlError
Packages that use GqlError
Package
Description
-
Uses of GqlError in org.neo4j.driver.internal.bolt.api
Methods in org.neo4j.driver.internal.bolt.api that return GqlErrorModifier and TypeMethodDescriptionGqlError.cause()Returns the value of thecauserecord component.Constructors in org.neo4j.driver.internal.bolt.api with parameters of type GqlError -
Uses of GqlError in org.neo4j.driver.internal.bolt.basicimpl.async.inbound
Methods in org.neo4j.driver.internal.bolt.basicimpl.async.inbound with parameters of type GqlErrorModifier and TypeMethodDescriptionvoidInboundMessageDispatcher.handleFailureMessage(GqlError gqlError) -
Uses of GqlError in org.neo4j.driver.internal.bolt.basicimpl.messaging
Methods in org.neo4j.driver.internal.bolt.basicimpl.messaging with parameters of type GqlErrorModifier and TypeMethodDescriptionvoidResponseMessageHandler.handleFailureMessage(GqlError gqlError) -
Uses of GqlError in org.neo4j.driver.internal.bolt.basicimpl.messaging.v57
Methods in org.neo4j.driver.internal.bolt.basicimpl.messaging.v57 that return GqlErrorModifier and TypeMethodDescriptionprotected GqlErrorMessageReaderV57.unpackGqlError(Map<String, Value> params) -
Uses of GqlError in org.neo4j.driver.internal.util
Methods in org.neo4j.driver.internal.util with parameters of type GqlErrorModifier and TypeMethodDescriptionstatic Neo4jExceptionstatic Neo4jExceptionErrorUtil.newNeo4jError(GqlError gqlError)