Uses of Class
org.neo4j.server.rest.transactional.error.Neo4jError

Packages that use Neo4jError
org.neo4j.server.rest.transactional   
org.neo4j.server.rest.transactional.error   
 

Uses of Neo4jError in org.neo4j.server.rest.transactional
 

Methods in org.neo4j.server.rest.transactional that return types with arguments of type Neo4jError
 Iterator<Neo4jError> StatementDeserializer.errors()
           
 

Method parameters in org.neo4j.server.rest.transactional with type arguments of type Neo4jError
 void ExecutionResultSerializer.errors(Iterable<? extends Neo4jError> errors)
          Will get called once if any errors occurred, after statementResults has been called This method is not allowed to throw exceptions.
 

Uses of Neo4jError in org.neo4j.server.rest.transactional.error
 

Methods in org.neo4j.server.rest.transactional.error that return Neo4jError
 Neo4jError TransactionLifecycleException.toNeo4jError()
           
 



Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.