|
4 | 4 | [[neo4j-errors]] |
5 | 5 | = List of all error codes |
6 | 6 |
|
7 | | -This page contains lists of all Neo4j errors, grouped by class. |
| 7 | +This page contains lists of all Neo4j errors, grouped by type. |
8 | 8 |
|
9 | 9 | == Client errors |
10 | 10 |
|
11 | | -This is a complete list of all client error status codes Neo4j may return, and what they mean. |
| 11 | +This is a complete list of all client errors Neo4j may return, and what they mean. |
12 | 12 |
|
13 | 13 | [options="header", cols="<1m,<1"] |
14 | 14 | |=== |
15 | 15 |
|
16 | | -| Status Code |
| 16 | +| Neo4j status code |
17 | 17 | | Description |
18 | 18 |
|
19 | 19 | | Neo.ClientError.Cluster.NotALeader |
@@ -271,12 +271,12 @@ You may want to retry with a longer timeout. |
271 | 271 |
|
272 | 272 | == Transient errors |
273 | 273 |
|
274 | | -This is a complete list of all transient error status codes Neo4j may return, and what they mean. |
| 274 | +This is a complete list of all transient errors Neo4j may return, and what they mean. |
275 | 275 |
|
276 | 276 | [options="header", cols="<1m,<1"] |
277 | 277 | |=== |
278 | 278 |
|
279 | | -| Status Code |
| 279 | +| Neo4j status code |
280 | 280 | | Description |
281 | 281 |
|
282 | 282 | | Neo.TransientError.Cluster.ReplicationFailure |
@@ -375,91 +375,91 @@ Transaction may succeed if retried. |
375 | 375 |
|
376 | 376 | == Database error |
377 | 377 |
|
378 | | -This is a complete list of all database error status codes Neo4j may return, and what they mean. |
| 378 | +This is a complete list of all database errors Neo4j may return, and what they mean. |
379 | 379 |
|
380 | 380 | [options="header", cols="<1m,<1"] |
381 | 381 | |=== |
382 | 382 |
|
383 | | -| Status Code |
384 | | -| Description |
| 383 | +| Neo4j status code |
| 384 | +| Description |
385 | 385 |
|
386 | 386 | | Neo.DatabaseError.Database.DatabaseLimitReached |
387 | | -| The limit to number of databases has been reached. |
| 387 | +| The limit to number of databases has been reached. |
388 | 388 |
|
389 | 389 | | Neo.DatabaseError.Database.UnableToStartDatabase |
390 | | -| Unable to start database. |
| 390 | +| Unable to start database. |
391 | 391 |
|
392 | 392 | | Neo.DatabaseError.Database.Unknown |
393 | 393 | | Unknown database management error. |
394 | 394 |
|
395 | 395 | | Neo.DatabaseError.Fabric.RemoteExecutionFailed |
396 | | -| The database was unable to execute a remote part of the statement. |
| 396 | +| The database was unable to execute a remote part of the statement. |
397 | 397 |
|
398 | 398 | | Neo.DatabaseError.General.IndexCorruptionDetected |
399 | 399 | | |
400 | 400 | The request (directly or indirectly) referred to an index that is in a failed state. |
401 | | -The index needs to be dropped and recreated manually. |
| 401 | +The index needs to be dropped and recreated manually. |
402 | 402 |
|
403 | 403 | | Neo.DatabaseError.General.SchemaCorruptionDetected |
404 | 404 | | |
405 | 405 | A malformed schema rule was encountered. |
406 | | -Please contact your support representative. |
| 406 | +Please contact your support representative. |
407 | 407 |
|
408 | 408 | | Neo.DatabaseError.General.StorageDamageDetected |
409 | 409 | | |
410 | 410 | Expected set of files not found on disk. |
411 | | -Please restore from backup. |
| 411 | +Please restore from backup. |
412 | 412 |
|
413 | 413 | | Neo.DatabaseError.General.UnknownError |
414 | | -| An unknown error occurred. |
| 414 | +| An unknown error occurred. |
415 | 415 |
|
416 | 416 | | Neo.DatabaseError.Schema.ConstraintCreationFailed |
417 | | -| Creating a requested constraint failed. |
| 417 | +| Creating a requested constraint failed. |
418 | 418 |
|
419 | 419 | | Neo.DatabaseError.Schema.ConstraintDropFailed |
420 | | -| The database failed to drop a requested constraint. |
| 420 | +| The database failed to drop a requested constraint. |
421 | 421 |
|
422 | 422 | | Neo.DatabaseError.Schema.IndexCreationFailed |
423 | | -| Failed to create an index. |
| 423 | +| Failed to create an index. |
424 | 424 |
|
425 | 425 | | Neo.DatabaseError.Schema.IndexDropFailed |
426 | | -| The database failed to drop a requested index. |
| 426 | +| The database failed to drop a requested index. |
427 | 427 |
|
428 | 428 | | Neo.DatabaseError.Schema.LabelAccessFailed |
429 | | -| The request accessed a label that did not exist. |
| 429 | +| The request accessed a label that did not exist. |
430 | 430 |
|
431 | 431 | | Neo.DatabaseError.Schema.PropertyKeyAccessFailed |
432 | | -| The request accessed a property that does not exist. |
| 432 | +| The request accessed a property that does not exist. |
433 | 433 |
|
434 | 434 | | Neo.DatabaseError.Schema.RelationshipTypeAccessFailed |
435 | | -| The request accessed a relationship type that does not exist. |
| 435 | +| The request accessed a relationship type that does not exist. |
436 | 436 |
|
437 | 437 | | Neo.DatabaseError.Schema.SchemaRuleAccessFailed |
438 | | -| The request referred to a schema rule that does not exist. |
| 438 | +| The request referred to a schema rule that does not exist. |
439 | 439 |
|
440 | 440 | | Neo.DatabaseError.Schema.SchemaRuleDuplicateFound |
441 | | -| The request referred to a schema rule that is defined multiple times. |
| 441 | +| The request referred to a schema rule that is defined multiple times. |
442 | 442 |
|
443 | 443 | | Neo.DatabaseError.Schema.TokenLimitReached |
444 | 444 | | The maximum number of tokens of this type has been reached, no more tokens of this type can be created. |
445 | 445 |
|
446 | 446 | | Neo.DatabaseError.Statement.ExecutionFailed |
447 | | -| The database was unable to execute the statement. |
| 447 | +| The database was unable to execute the statement. |
448 | 448 |
|
449 | 449 | | Neo.DatabaseError.Statement.RemoteExecutionFailed |
450 | | -| The database was unable to execute a remote part of the statement. |
| 450 | +| The database was unable to execute a remote part of the statement. |
451 | 451 |
|
452 | 452 | | Neo.DatabaseError.Transaction.LinkedTransactionError |
453 | | -| The transaction was terminated because another transaction executing the same query encountered an error. |
| 453 | +| The transaction was terminated because another transaction executing the same query encountered an error. |
454 | 454 |
|
455 | 455 | | Neo.DatabaseError.Transaction.TransactionCommitFailed |
456 | | -| The database was unable to commit the transaction. |
| 456 | +| The database was unable to commit the transaction. |
457 | 457 |
|
458 | 458 | | Neo.DatabaseError.Transaction.TransactionLogError |
459 | | -| The database was unable to write transaction to log. |
| 459 | +| The database was unable to write transaction to log. |
460 | 460 |
|
461 | 461 | | Neo.DatabaseError.Transaction.TransactionRollbackFailed |
462 | | -| The database was unable to roll back the transaction. |
| 462 | +| The database was unable to roll back the transaction. |
463 | 463 |
|
464 | 464 | | Neo.DatabaseError.Transaction.TransactionStartFailed |
465 | 465 | | The database was unable to start the transaction. |
|
0 commit comments