| Package | Description |
|---|---|
| org.neo4j.server.rest.repr | |
| org.neo4j.server.rest.transactional | |
| org.neo4j.server.rest.transactional.error |
| Constructor and Description |
|---|
ExceptionRepresentation(Neo4jError... errors) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Neo4jError> |
StatementDeserializer.errors() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionResultSerializer.errors(Iterable<? extends Neo4jError> errors)
Will get called once if any errors occurred, after
ExecutionResultSerializer.statementResult(org.neo4j.graphdb.Result, boolean, ResultDataContent...) statementResults}
has been called This method is not allowed to throw exceptions. |
| Modifier and Type | Method and Description |
|---|---|
Neo4jError |
TransactionLifecycleException.toNeo4jError() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Neo4jError.shouldRollBackOn(Collection<Neo4jError> errors) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.