Skip to content

Commit b17b28a

Browse files
renetapopovaLojjs
andcommitted
Add codes starting with 50 (#197)
Co-authored-by: Louise Berglund <[email protected]>
1 parent 88b9816 commit b17b28a

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

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

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,3 +432,43 @@ Status description:: error: syntax error or access rule violation - auth info ex
432432
=== 42NFF
433433

434434
Status description:: error: syntax error or access rule violation - permission/access denied. Access denied, see the security logs for details.
435+
436+
437+
== General processing exception
438+
439+
General processing exceptions occur when there is a general processing error, such as an internal error, deadlock, execution failure, invalid server state transition, constraint creation or drop failure, etc.
440+
441+
=== 50N00
442+
443+
Status description:: error: general processing exception - internal error. Internal exception raised `{ $msgTitle }`: `{ $msg }`
444+
445+
=== 50N05
446+
447+
Status description:: error: general processing exception - deadlock detected. Deadlock detected while trying to acquire locks. See log for more details.
448+
449+
=== 50N07
450+
451+
Status description:: error: general processing exception - execution failed. Execution failed. See cause and debug log for details.
452+
453+
=== 50N09
454+
455+
Status description:: error: general processing exception - invalid server state transition. The server transitioned into a server state that is not valid in the current context: `{ $boltServerState }`.
456+
457+
=== 50N11
458+
459+
460+
Status description:: error: general processing exception - constraint creation failed. Unable to create `{ $constrDescrOrName }`.
461+
462+
=== 50N12
463+
464+
Status description:: error: general processing exception - constraint drop failed. Unable to drop `{ $constrDescrOrName }`.
465+
466+
=== 50N42
467+
468+
Status description:: error: general processing exception - unexpected error. Unexpected error has occurred. See debug log for details.
469+
470+
[NOTE]
471+
====
472+
50N42 is the default GQLSTATUS code for exceptions without a GQL object.
473+
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].
474+
====

0 commit comments

Comments
 (0)