Skip to content

Commit c3d876a

Browse files
Apply suggestions from code review
Co-authored-by: Natalia Ivakina <[email protected]>
1 parent e12ea1b commit c3d876a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/ROOT/pages/errors/gql-errors/22NBD.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ error: data exception - unsupported struct tag. Unsupported struct tag: `{ <<val
55

66
== Scenario
77

8-
This error will be observed when the server receives a struct tag that it
9-
understands but is not part of the negotiated bolt protocol version. This
10-
typically means the client driver has incorrectly added an incorrect struct tag.
8+
This error occurs when the server receives a struct tag that it understands but which is not included in the negotiated Bolt protocol version.
9+
This typically means the client driver has added an incorrect struct tag.
1110

1211
== Possible solution
1312

0 commit comments

Comments
 (0)