Skip to content

Commit e666f2e

Browse files
Update modules/ROOT/pages/errors/index.adoc
Co-authored-by: Antonio Barcélos <[email protected]>
1 parent 77b843e commit e666f2e

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
@@ -174,7 +174,7 @@ See <<server-driver-compatibility, Server-driver version compatibility>> for mor
174174

175175
On the driver side, the Neo4jException is extended with the corresponding methods as on the server side.
176176
The driver receives the Failure Bolt message and extracts the status code and the error message.
177-
Then, it constructs an error object with the status code, error message, and other relevant information, and sends it to the client.
177+
Then, it constructs an exception with the status code, error message, and other relevant information, and sends it to the client.
178178

179179
// Starting from 2025.01, the diagnostic record also contains a `_status_parameters` field, which represens a map that contains all variable parts of the status description, such as labels, database names, Cypher clauses, etc.
180180
// This field is used to provide more detailed information about the error.

0 commit comments

Comments
 (0)