Skip to content

Commit f368905

Browse files
Apply suggestions from code review
Co-authored-by: Reneta Popova <[email protected]>
1 parent ea69cf0 commit f368905

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,10 +1221,10 @@ The query contains an aggregation function that skips null values.
12211221
[#_unsupported_notifications]
12221222
== `UNSUPPORTED` notifications
12231223

1224-
Unsupported notifications contain information about a feature which is not supported in the current context that has been used to access the feature.
1224+
Unsupported notifications contain information about features not supported in the current context used to access them.
12251225

12261226
[#_neo_clientnotification_request_UnsupportedType]
1227-
=== Client does not support type
1227+
=== Unsupported value type
12281228

12291229
.Notification details
12301230
[cols="<1s,<4"]
@@ -1240,15 +1240,15 @@ m|UNSUPPORTED
12401240
|GQLSTATUS code
12411241
m|01N83
12421242
|Status description
1243-
a|warn: Client does not support this type. Client does not support type
1244-
`{ <<valueType>> }`. Please upgrade your client.
1243+
a|warn: Client does not support this type. Client does not support type `{ <<valueType>> }`.
1244+
Please upgrade your client.
12451245
|Classification
12461246
m|UNSUPPORTED
12471247
|SeverityLevel
12481248
m|WARNING
12491249
|===
12501250

1251-
.Accessing a Vector with unsupported driver (e.g. 5.x driver)
1251+
.Accessing a vector with an unsupported driver (e.g., 5.x driver)
12521252
[.tabbed-example]
12531253
=====
12541254
[.include-with-GQLSTATUS-code]
@@ -1266,7 +1266,7 @@ Returned GQLSTATUS code::
12661266
Returned status description::
12671267
warn: Client does not support this type. Client does not support type `VECTOR`. Please upgrade your client.
12681268
Suggestions for improvement::
1269-
Upgrade to a supported client for the type.
1269+
Upgrade your client to a version that supports this type.
12701270
======
12711271
[.include-with-neo4j-code]
12721272
======
@@ -1279,7 +1279,7 @@ RETURN VECTOR([1, 2, 3], 3, INTEGER32)
12791279
Description of the returned code::
12801280
One or more values returned could not be handled by this version of the client and were replaced with placeholder map values. Please upgrade your client.
12811281
Suggestions for improvement::
1282-
Upgrade to a supported client for the type.
1282+
Upgrade your client to a version that supports this type.
12831283
======
12841284
=====
12851285

0 commit comments

Comments
 (0)