Skip to content

Commit ebab356

Browse files
renetapopovaNataliaIvakina
authored andcommitted
remove the severity level
1 parent 6d9033f commit ebab356

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

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

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
= List of all GQLSTATUS server error codes
55

66
The following page provides an overview of all server errors in Neo4j, along with some scenarios and their possible solutions.
7+
All errors in Neo4j have severity level `ERROR`.
78

89
* <<_connection-exceptions, Connection exceptions>>
9-
* <<_database-exceptions, Database exceptions>>
1010

1111

1212
[[_connection-exceptions]]
1313
== Connection exceptions
1414

15-
The following table lists the connection exceptions that can occur in Neo4j.
15+
The following is a list of the connection exceptions that can occur in Neo4j.
1616

1717
=== 08000
1818

@@ -27,8 +27,6 @@ m|0800
2727
a|error: connection exception
2828
|Classification
2929
m|CLIENT_ERROR
30-
|SeverityLevel
31-
m|ERROR
3230
|===
3331

3432
=== 08007
@@ -44,8 +42,6 @@ m|08007
4442
|error: connection exception - transaction resolution unknown.
4543
|Classification
4644
m|CLIENT_ERROR
47-
|SeverityLevel
48-
m|ERROR
4945
|===
5046

5147
=== 08N00
@@ -61,8 +57,6 @@ m|08N00
6157
a|error: connection exception - unable to connect to database. Unable to connect to database `$db`. Unable to get bolt address of the leader. Check the status of the database. Retrying your request at a later time may succeed.
6258
|Classification
6359
m|CLIENT_ERROR
64-
|SeverityLevel
65-
m|ERROR
6660
|===
6761

6862
=== 08N01
@@ -78,8 +72,6 @@ m|08N01
7872
a|error: connection exception - unable to write to database. Unable to write to database `$db` on this server. Server-side routing is disabled. Either connect to the database leader directly or enable server-side routing by setting `$cfgSetting=true`.
7973
|Classification
8074
m|CLIENT_ERROR
81-
|SeverityLevel
82-
m|ERROR
8375
|===
8476

8577
=== 08N02
@@ -95,8 +87,6 @@ m|08N02
9587
a|error: connection exception - unable to route to database. Unable to connect to database `$db`. Server-side routing is disabled. Either connect to `$db` directly, or enable server-side routing by setting `$cfgSetting=true`.
9688
|Classification
9789
m|CLIENT_ERROR
98-
|SeverityLevel
99-
m|ERROR
10090
|===
10191

10292
=== 08N03
@@ -112,8 +102,6 @@ m|08N03
112102
a|error: connection exception - failed to write to graph. Failed to write to graph `$graph`. Check the defined access mode in both driver and database.
113103
|Classification
114104
m|CLIENT_ERROR
115-
|SeverityLevel
116-
m|ERROR
117105
|===
118106

119107

0 commit comments

Comments
 (0)