Skip to content

Commit 4f63dfd

Browse files
renetapopovahvub
andauthored
Update modules/ROOT/pages/errors/index.adoc
Co-authored-by: Hannes Voigt <[email protected]>
1 parent 9c409e8 commit 4f63dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/errors/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Most of these implement the `HasStatus` interface, which means they have a statu
171171
On the server side, an exception contains normal Java constructors and methods like `getMessage()`, `getCause()`, etc., and additionally the `status()` method from the `HasStatus` API, which returns the status code.
172172

173173
The exceptions also get new compulsary fields for `gqlStatus`, `statusDescription`, `diagnosticRecord`, and an optional field for `cause`.
174-
The cause field in turn has its own GQLSTATUS, statusdescription, diagnostic record, and message. +
174+
The cause field in turn has its own GQLSTATUS, status description, diagnostic record, and message. +
175175
The `getMessage()` method is kept as Java exceptions inherently have this method.
176176
And a new classification field is added to cover the division of client errors, transient errors, and database errors, which today is part of the Neo4j code.
177177
All of these fields construct the GQLSTATUS object, which is sent to the driver as part of the Failure Bolt message.

0 commit comments

Comments
 (0)