You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/all-errors.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The Neo4j status code for client errors have the prefix `Neo.ClientError`.
18
18
Transient errors::
19
19
These errors are detected by the server and are usually related to some kind of database unavailability, such as limits reached, out-of-memory, timeouts, etc.
20
20
The error can be temporary, and the request could succeed if retried.
21
-
Transient errors have the prefix Neo.`TransientError`.
21
+
The Neo4j status code for transient errors have the prefix Neo.`TransientError`.
22
22
23
23
Database errors::
24
24
These errors are caused by the database and are usually related to the database state.
0 commit comments