Skip to content

Commit 3dd568b

Browse files
Fix headings' levels
1 parent 6ec41b4 commit 3dd568b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ Status description:: error: general processing exception - internal error. Inter
10541054

10551055
Status description:: error: general processing exception - deadlock detected. Deadlock detected while trying to acquire locks. See log for more details.
10561056

1057-
== 50N06
1057+
=== 50N06
10581058

10591059
Status description:: error: general processing exception - remote execution client error. Remote execution failed. See cause for more details.
10601060

@@ -1068,18 +1068,17 @@ Status description:: error: general processing exception - invalid server state
10681068

10691069
=== 50N11
10701070

1071-
10721071
Status description:: error: general processing exception - constraint creation failed. Unable to create `{ $constrDescrOrName }`.
10731072

10741073
=== 50N12
10751074

10761075
Status description:: error: general processing exception - constraint drop failed. Unable to drop `{ $constrDescrOrName }`.
10771076

1078-
== 50N16
1077+
=== 50N16
10791078

10801079
Status description:: error: general processing exception - remote execution transient error. Remote execution failed. See cause for more details.
10811080

1082-
== 50N17
1081+
=== 50N17
10831082

10841083
Status description:: error: general processing exception - remote execution database error. Remote execution failed. See cause for more details.
10851084

@@ -1092,6 +1091,7 @@ Status description:: error: general processing exception - unexpected error. Une
10921091
50N42 is the default GQLSTATUS code for exceptions without a GQL object.
10931092
For more information, see link:https://neo4j.com/docs/operations-manual/current/monitoring/logging/#_use_json_format_for_the_query_log[Operations Manual -> Use JSON format for the query log].
10941093
====
1094+
10951095
== System configuration or operation exception
10961096

10971097
System configuration or operation exception errors occur when there is an error in the system configuration or operation, such as procedure registration failure, a missing class field annotation, an unsupported injectable component type, duplicate field names, invalid map key type, etc.

0 commit comments

Comments
 (0)