Skip to content

Commit 6becd2f

Browse files
committed
add 50 codes
1 parent 6da3081 commit 6becd2f

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

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

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,3 +432,37 @@ 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.

0 commit comments

Comments
 (0)