-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
processed listing of status codes into individual pages
- Loading branch information
1 parent
cf3463b
commit a779d48
Showing
128 changed files
with
1,894 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The request cannot be processed by this server. Write requests can only be processed by the leader. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Database.DatabaseNotFound.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The request referred to a database that does not exist. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Database.ExistingDatabaseFound.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The request referred to a database that already exists. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The request could not be completed due to access mode violation | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.General.ForbiddenOnReadOnlyDatabase.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This is a read only database, writing or modifying the database is not allowed. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.General.InvalidArguments.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The request contained fields that were empty or are not allowed. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.General.TransactionOutOfMemoryError.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The transaction used more memory than was allowed. The maximum allowed size for a transaction can be configured with 'dbms.memory.transaction.max_size' in the neo4j configuration (normally in 'conf/neo4j.conf' or, if you are using Neo4j Desktop, found through the user interface). | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Procedure.ProcedureCallFailed.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Failed to invoke a procedure. See the detailed error description for exact cause. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Procedure.ProcedureNotFound.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
A request referred to a procedure that is not registered with this database instance. If you are deploying custom procedures in a cluster setup, ensure all instances in the cluster have the procedure jar file deployed. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Procedure.ProcedureRegistrationFailed.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The database failed to register a procedure, refer to the associated error message for details. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Procedure.ProcedureTimedOut.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The procedure has not completed within the specified timeout. You may want to retry with a longer timeout. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
A procedure is using or receiving a value of an invalid type. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The client provided an invalid request. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Request.InvalidFormat.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The client provided a request that was missing required fields, or had values that are not allowed. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The client made a request but did not consume outgoing buffers in a timely fashion. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Schema.ConstraintAlreadyExists.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Unable to perform operation because it would clash with a pre-existing constraint. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Schema.ConstraintNotFound.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The request (directly or indirectly) referred to a constraint that does not exist. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Schema.ConstraintValidationFailed.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
A constraint imposed by the database was violated. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Schema.ConstraintViolation.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Added or changed index entry would violate constraint | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Schema.ConstraintWithNameAlreadyExists.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Unable to perform operation because constraint with given name already exists. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Schema.EquivalentSchemaRuleAlreadyExists.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Unable to perform operation because an equivalent schema rule already exists. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Schema.ForbiddenOnConstraintIndex.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
A requested operation can not be performed on the specified index because the index is part of a constraint. If you want to drop the index, for instance, you must drop the constraint. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Schema.IndexAlreadyExists.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Unable to perform operation because it would clash with a pre-existing index. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Schema.IndexMultipleFound.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The request referenced an index by its schema, and multiple matching indexes were found. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Schema.IndexNotApplicable.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The request did not contain the properties required by the index. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The request (directly or indirectly) referred to an index that does not exist. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Schema.IndexWithNameAlreadyExists.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Unable to perform operation because index with given name already exists. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Schema.RepeatedLabelInSchema.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Unable to create index or constraint because schema had a repeated label. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Schema.RepeatedPropertyInCompositeSchema.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Unable to create index or constraint because schema had a repeated property. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Schema.RepeatedRelationshipTypeInSchema.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Unable to create index or constraint because schema had a repeated relationship type. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Schema.TokenNameError.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
A token name, such as a label, relationship type or property key, used is not valid. Tokens cannot be empty strings and cannot be null. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Security.AuthenticationRateLimit.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The client has provided incorrect authentication details too many times in a row. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Security.AuthorizationExpired.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The stored authorization info has expired. Please reconnect. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Security.CredentialsExpired.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The credentials have expired and need to be updated. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
An attempt was made to perform an unauthorized action. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Security.Unauthorized.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The client is unauthorized due to authentication failure. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The request could not be completed due to access mode violation | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Statement.ArgumentError.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The statement is attempting to perform operations using invalid arguments | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Statement.ArithmeticError.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Invalid use of arithmetic, such as dividing by zero. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Statement.ConstraintVerificationFailed.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
A constraint imposed by the statement is violated by the data in the database. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Statement.EntityNotFound.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The statement refers to a non-existent entity. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Statement.ExternalResourceFailed.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Access to an external resource failed | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Statement.NotSystemDatabaseError.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This is an administration command and it should be executed against the system database. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Statement.NotSystemDatabaseOnLeaderError.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This is an administration command and it should be executed against the LEADER server of the system database. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Statement.ParameterMissing.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The statement refers to a parameter that was not provided in the request. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Statement.PropertyNotFound.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The statement refers to a non-existent property. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Statement.RuntimeUnsupportedError.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This query is not supported by the chosen runtime. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Statement.SemanticError.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The statement is syntactically valid, but expresses something that the database cannot do. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Statement.SyntaxError.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The statement contains invalid or unsupported syntax. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The statement is attempting to perform operations on values with types that are not supported by the operation. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Transaction.ForbiddenDueToTransactionType.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The transaction is of the wrong type to service the request. For instance, a transaction that has had schema modifications performed in it cannot be used to subsequently perform data operations, and vice versa. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Transaction.InvalidBookmark.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Supplied bookmark cannot be interpreted. You should only supply a bookmark that was previously generated by Neo4j. Maybe you have generated your own bookmark, or modified a bookmark since it was generated by Neo4j. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Transaction.InvalidBookmarkMixture.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Mixing bookmarks generated by different databases is forbidden.You should only chain bookmarks that are generated from the same database. You may however chain bookmarks generated from system database with bookmarks from another database. | ||
|
2 changes: 2 additions & 0 deletions
2
...les/ROOT/pages/Neo.ClientError.Transaction.TransactionAccessedConcurrently.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
There were concurrent requests accessing the same transaction, which is not allowed. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Transaction.TransactionHookFailed.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Transaction hook failure. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Transaction.TransactionMarkedAsFailed.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Transaction was marked as both successful and failed. Failure takes precedence and so this transaction was rolled back although it may have looked like it was going to be committed | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Transaction.TransactionNotFound.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The request referred to a transaction that does not exist. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Transaction.TransactionTimedOut.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The transaction has not completed within the specified timeout (dbms.transaction.timeout). You may want to retry with a longer timeout. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientError.Transaction.TransactionValidationFailed.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Transaction changes did not pass validation checks | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientNotification.Procedure.ProcedureWarning.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The query used a procedure that generated a warning. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientNotification.Statement.CartesianProductWarning.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This query builds a cartesian product between disconnected patterns. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientNotification.Statement.DynamicPropertyWarning.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Queries using dynamic properties will use neither index seeks nor index scans for those properties | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientNotification.Statement.EagerOperatorWarning.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The execution plan for this query contains the Eager operator, which forces all dependent data to be materialized in main memory before proceeding | ||
|
2 changes: 2 additions & 0 deletions
2
.../ROOT/pages/Neo.ClientNotification.Statement.ExhaustiveShortestPathWarning.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Exhaustive shortest path has been planned for your query that means that shortest path graph algorithm might not be used to find the shortest path. Hence an exhaustive enumeration of all paths might be used in order to find the requested shortest path. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientNotification.Statement.ExperimentalFeature.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This feature is experimental and should not be used in production systems. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientNotification.Statement.FeatureDeprecationWarning.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This feature is deprecated and will be removed in future versions. | ||
|
2 changes: 2 additions & 0 deletions
2
...s/ROOT/pages/Neo.ClientNotification.Statement.JoinHintUnfulfillableWarning.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The database was unable to plan a hinted join. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientNotification.Statement.NoApplicableIndexWarning.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Adding a schema index may speed up this query. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientNotification.Statement.RuntimeUnsupportedWarning.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This query is not supported by the chosen runtime. | ||
|
2 changes: 2 additions & 0 deletions
2
...OOT/pages/Neo.ClientNotification.Statement.SuboptimalIndexForWildcardQuery.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Index cannot execute wildcard query efficiently | ||
|
2 changes: 2 additions & 0 deletions
2
...ges/Neo.ClientNotification.Statement.UnboundedVariableLengthPatternWarning.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The provided pattern is unbounded, consider adding an upper limit to the number of node hops. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientNotification.Statement.UnknownLabelWarning.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The provided label is not in the database. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.ClientNotification.Statement.UnknownPropertyKeyWarning.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The provided property key is not in the database | ||
|
2 changes: 2 additions & 0 deletions
2
...ROOT/pages/Neo.ClientNotification.Statement.UnknownRelationshipTypeWarning.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The provided relationship type is not in the database. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.DatabaseError.Database.DatabaseLimitReached.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The limit to number of databases has been reached. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.DatabaseError.Database.UnableToStartDatabase.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Unable to start database. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Unknown database management error | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.DatabaseError.Fabric.RemoteExecutionFailed.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The database was unable to execute a remote part of the statement. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.DatabaseError.General.IndexCorruptionDetected.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The request (directly or indirectly) referred to an index that is in a failed state. The index needs to be dropped and recreated manually. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.DatabaseError.General.SchemaCorruptionDetected.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
A malformed schema rule was encountered. Please contact your support representative. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.DatabaseError.General.StorageDamageDetected.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Expected set of files not found on disk. Please restore from backup. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.DatabaseError.General.UnknownError.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
An unknown error occurred. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.DatabaseError.Schema.ConstraintCreationFailed.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Creating a requested constraint failed. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.DatabaseError.Schema.ConstraintDropFailed.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The database failed to drop a requested constraint. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.DatabaseError.Schema.IndexCreationFailed.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Failed to create an index. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.DatabaseError.Schema.IndexDropFailed.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The database failed to drop a requested index. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.DatabaseError.Schema.LabelAccessFailed.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The request accessed a label that did not exist. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.DatabaseError.Schema.PropertyKeyAccessFailed.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The request accessed a property that does not exist. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.DatabaseError.Schema.RelationshipTypeAccessFailed.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The request accessed a relationship type that does not exist. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.DatabaseError.Schema.SchemaRuleAccessFailed.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The request referred to a schema rule that does not exist. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.DatabaseError.Schema.SchemaRuleDuplicateFound.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The request referred to a schema rule that is defined multiple times. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.DatabaseError.Schema.TokenLimitReached.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The maximum number of tokens of this type has been reached, no more tokens of this type can be created. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.DatabaseError.Statement.CodeGenerationFailed.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The database was unable to generate code for the query. A stacktrace can be found in the debug.log. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.DatabaseError.Statement.ExecutionFailed.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The database was unable to execute the statement. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.DatabaseError.Statement.RemoteExecutionFailed.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The database was unable to execute a remote part of the statement. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.DatabaseError.Transaction.TransactionCommitFailed.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The database was unable to commit the transaction. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.DatabaseError.Transaction.TransactionLogError.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The database was unable to write transaction to log. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.DatabaseError.Transaction.TransactionRollbackFailed.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The database was unable to roll back the transaction. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.DatabaseError.Transaction.TransactionStartFailed.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The database was unable to start the transaction. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.TransientError.Cluster.ReplicationFailure.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Replication failure. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Unable to route the request to the appropriate server | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.TransientError.Database.DatabaseUnavailable.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The database is not currently available to serve your request, refer to the database logs for more details. Retrying your request at a later time may succeed. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.TransientError.General.MemoryPoolOutOfMemoryError.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The memory pool limit was exceeded. The corresponding setting can be found in the error message | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.TransientError.General.OutOfMemoryError.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
There is not enough memory to perform the current task. Please try increasing 'dbms.memory.heap.max_size' in the neo4j configuration (normally in 'conf/neo4j.conf' or, if you are using Neo4j Desktop, found through the user interface) or if you are running an embedded installation increase the heap by using '-Xmx' command line flag, and then restart the database. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.TransientError.General.StackOverFlowError.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
There is not enough stack size to perform the current task. This is generally considered to be a database error, so please contact Neo4j support. You could try increasing the stack size: for example to set the stack size to 2M, add dbms.jvm.additional=-Xss2M' to in the neo4j configuration (normally in 'conf/neo4j.conf' or, if you are using Neo4j Desktop, found through the user interface) or if you are running an embedded installation just add -Xss2M as command line flag. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.TransientError.General.TransactionMemoryLimit.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
There is not enough memory to perform the current task. Please try increasing 'dbms.memory.off_heap.max_size' in the neo4j configuration (normally in 'conf/neo4j.conf' or, if you are using Neo4j Desktop, found through the user interface), and then restart the database. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.TransientError.Request.NoThreadsAvailable.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
There are no available threads to serve this request at the moment. You can retry at a later time or consider increasing max thread pool size for bolt connector(s). | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.TransientError.Security.AuthProviderFailed.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
An auth provider request failed. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.TransientError.Security.AuthProviderTimeout.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
An auth provider request timed out. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.TransientError.Security.ModifiedConcurrently.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The user was modified concurrently to this request. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.TransientError.Transaction.BookmarkTimeout.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Bookmark wait timed out. Database has not reached the specified version | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.TransientError.Transaction.ConstraintsChanged.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Database constraints changed since the start of this transaction | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.TransientError.Transaction.DeadlockDetected.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This transaction, and at least one more transaction, has acquired locks in a way that it will wait indefinitely, and the database has aborted it. Retrying this transaction will most likely be successful. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.TransientError.Transaction.Interrupted.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Interrupted while waiting. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.TransientError.Transaction.LeaseExpired.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The lease under which this transaction was started is no longer valid. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.TransientError.Transaction.LockAcquisitionTimeout.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Unable to acquire lock within configured timeout (dbms.lock.acquisition.timeout). | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.TransientError.Transaction.LockClientStopped.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
The transaction has been terminated, so no more locks can be acquired. This can occur because the transaction ran longer than the configured transaction timeout, or because a human operator manually terminated the transaction, or because the database is shutting down. | ||
|
2 changes: 2 additions & 0 deletions
2
...s/ROOT/pages/Neo.TransientError.Transaction.MaximumTransactionLimitReached.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Unable to start new transaction since the maximum number of concurrently executing transactions is reached (dbms.transaction.concurrent.maximum). You can retry at a later time or consider increasing allowed maximum of concurrent transactions. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.TransientError.Transaction.Outdated.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Transaction has seen state which has been invalidated by applied updates while transaction was active. Transaction may succeed if retried. | ||
|
2 changes: 2 additions & 0 deletions
2
modules/ROOT/pages/Neo.TransientError.Transaction.Terminated.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Explicitly terminated by the user. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
This is an example/template for how to document error codes. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Description | ||
|
Oops, something went wrong.