Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions modules/ROOT/pages/notifications/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,26 +93,6 @@ Additional helper methods are exposed for some useful fields.
!===
|===

=== Standard-defined GQLSTATUS notification codes

The GQL standard defines a set of GQLSTATUS codes that are used to represent successful completion, warnings, and informational messages.
The following table lists the standard-defined GQLSTATUS codes and their meanings:

.Standard-defined GQLSTATUS notification codes
[options="header", cols="<1s,<4"]
|===
|GQLSTATUS code | StatusDescription
| 00000 | note: successful completion
| 00001 | note: successful completion - omitted result
| 01000 | warn: warning
| 01004 | warn: string data, right truncation
| 01G03 | warn: graph does not exist
| 01G04 | warn: graph type does not exist
| 01G11 | warn: null value eliminated in set function
| 02000 | note: no data
| 03000 | info: informational
|===

[[general-codes-for-success]]
=== General codes for success

Expand Down