Skip to content

Commit 7e64720

Browse files
Document CDC related error codes (#125) (#126)
1 parent 0cb42bd commit 7e64720

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

modules/ROOT/pages/changelogs.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ Neo.ClientNotification.Cluster.NoDatabasesReallocated
2626
[source, status codes, role="noheader"]
2727
-----
2828
Neo.ClientNotification.Cluster.ServerAlreadyEnabled
29+
Neo.ClientError.ChangeDataCapture.InvalidIdentifier
30+
Neo.TransientError.ChangeDataCapture.FutureIdentifier
31+
Neo.DatabaseError.ChangeDataCapture.Disabled
32+
Neo.DatabaseError.ChangeDataCapture.ScanFailure
2933
-----
3034

3135
== Neo4j 5.9

modules/ROOT/pages/errors/all-errors.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ This is a complete list of all client errors Neo4j may return, and what they mea
1616
| Neo4j status code
1717
| Description
1818

19+
| Neo.ClientError.ChangeDataCapture.InvalidIdentifier
20+
| Invalid change identifier.
21+
1922
| Neo.ClientError.Cluster.NotALeader
2023
| The request cannot be processed by this server. Write requests can only be processed by the leader.
2124

@@ -279,6 +282,9 @@ This is a complete list of all transient errors Neo4j may return, and what they
279282
| Neo4j status code
280283
| Description
281284

285+
| Neo.TransientError.ChangeDataCapture.FutureIdentifier
286+
| Change identifier points to a future transaction that has not yet happened on this database instance.
287+
282288
| Neo.TransientError.Cluster.ReplicationFailure
283289
| Replication failure.
284290

@@ -383,6 +389,12 @@ This is a complete list of all database errors Neo4j may return, and what they m
383389
| Neo4j status code
384390
| Description
385391

392+
| Neo.DatabaseError.ChangeDataCapture.Disabled
393+
| Change Data Capture is not currently enabled for this database.
394+
395+
| Neo.DatabaseError.ChangeDataCapture.ScanFailure
396+
| Unable to read the Change Data Capture data for this database.
397+
386398
| Neo.DatabaseError.Database.DatabaseLimitReached
387399
| The limit to number of databases has been reached.
388400

0 commit comments

Comments
 (0)