You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/errors/gql-errors.adoc
+260-1Lines changed: 260 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -471,4 +471,263 @@ Status description:: error: general processing exception - unexpected error. Une
471
471
====
472
472
50N42 is the default GQLSTATUS code for exceptions without a GQL object.
473
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
-
====
474
+
====
475
+
== System configuration or operation exception
476
+
477
+
=== 51N00
478
+
479
+
Status description:: error: system configuration or operation exception - procedure registration error. Failed to register procedure.
480
+
481
+
482
+
=== 51N01
483
+
484
+
Status description:: error: system configuration or operation exception - class field annotation should be public, non-final, and non-static. The field `{ $procField }` in the class `{ $procClass }` is annotated as a '@Context' field, but it is declared as static. '@Context' fields must be public, non-final and non-static.
485
+
486
+
=== 51N02
487
+
488
+
Status description:: error: system configuration or operation exception - unsupported injectable component type. Unable to set up injection for procedure `{ $procClass }`. The field `{ $procField }` has type `{ $procFieldType }` which is not a supported injectable component.
489
+
490
+
491
+
=== 51N03
492
+
493
+
Status description:: error: system configuration or operation exception - unable to access field. Unable to set up injection for `{ $procClass }`, failed to access field `{ $procField }`.
494
+
495
+
496
+
=== 51N04
497
+
498
+
Status description:: error: system configuration or operation exception - missing class field annotation. The field `{ $procField }` on `{ $procClass }` must be annotated as a '@Context' field in order to store its state.
499
+
500
+
501
+
=== 51N05
502
+
503
+
Status description:: error: system configuration or operation exception - class field should be public and non-final. The field `{ $procField }` on `{ $procClass }` must be declared non-final and public.
504
+
505
+
506
+
=== 51N06
507
+
508
+
Status description:: error: system configuration or operation exception - missing argument name. The argument at position `{ $pos }` in `{ $procMethod }` requires a '@Name' annotation and a non-empty name.
509
+
510
+
511
+
=== 51N07
512
+
513
+
Status description:: error: system configuration or operation exception - invalid ordering of default arguments. The `{ $procFun }` contains a non-default argument before a default argument. Non-default arguments are not allowed to be positioned after default arguments.
514
+
515
+
516
+
=== 51N08
517
+
518
+
Status description:: error: system configuration or operation exception - exactly one @UserAggregationResult method and one @UserAggregationUpdate method required. The class `{ $procClass }` must contain exactly one '@UserAggregationResult' method and exactly one '@UserAggregationUpdate' method.
519
+
520
+
521
+
=== 51N09
522
+
523
+
Status description:: error: system configuration or operation exception - @UserAggregationUpdate method must be public and void. The '@UserAggregationUpdate' method `{ $procMethod }` of `{ $procClass }` must be public and have the return type 'void'.
524
+
525
+
526
+
=== 51N10
527
+
528
+
Status description:: error: system configuration or operation exception - aggregation method not public. The method `{ $procMethod }` of `{ $procClass }` must be public.
529
+
530
+
531
+
=== 51N11
532
+
533
+
Status description:: error: system configuration or operation exception - class not public. The class `{ $procClass }` must be public.
534
+
535
+
536
+
=== 51N12
537
+
538
+
Status description:: error: system configuration or operation exception - class not void. The procedure `{ $proc }` has zero output fields and must be defined as void.
539
+
540
+
541
+
=== 51N13
542
+
543
+
Status description:: error: system configuration or operation exception - procedure or function name already in use. Unable to register the procedure or function `{ $procFun }` because the name is already in use.
544
+
545
+
546
+
=== 51N14
547
+
548
+
Status description:: error: system configuration or operation exception - duplicate field name.
549
+
The procedure `{ $proc }` has a duplicate `{ $procFieldType }` field, `{ $procField }`.
550
+
551
+
=== 51N15
552
+
553
+
Status description:: error: system configuration or operation exception - invalid map key type. Type mismatch for map key. Required 'STRING', but found `{ $valueType }`.
554
+
555
+
556
+
=== 51N16
557
+
558
+
Status description:: error: system configuration or operation exception - invalid default value type. Type mismatch for the default value. Required `{ $valueType }`, but found `{ $input }`.
559
+
560
+
561
+
=== 51N17
562
+
563
+
Status description:: error: system configuration or operation exception - invalid procedure or function name. Procedures and functions cannot be defined in the root namespace, or use a reserved namespace. Use the package name instead (e.g., org.example.com.`{ $procFun })`.
564
+
565
+
566
+
=== 51N22
567
+
568
+
Status description:: error: system configuration or operation exception - exhaustive shortest path search disabled. Finding the shortest path for the given pattern requires an exhaustive search. To enable exhaustive searches, set 'cypher.forbid_exhaustive_shortestpath' to false.
569
+
570
+
571
+
=== 51N23
572
+
573
+
Status description:: error: system configuration or operation exception - cyclic shortest path search disabled. Cannot find the shortest path when the start and end nodes are the same. To enable this behavior, set 'dbms.cypher.forbid_shortestpath_common_nodes' to false.
574
+
575
+
576
+
=== 51N24
577
+
578
+
Status description:: error: system configuration or operation exception - insufficient resources for plan search. Could not find a query plan within given time and space limits.
579
+
580
+
581
+
=== 51N27
582
+
583
+
Status description:: error: system configuration or operation exception - not supported in this edition. `{ $item }` is not supported in `{ $edition }`.
584
+
585
+
586
+
=== 51N29
587
+
588
+
Status description:: error: system configuration or operation exception - not supported by this server. The command `{ $cmd }` must be executed on the current 'LEADER' server.
589
+
590
+
591
+
=== 51N30
592
+
593
+
Status description:: error: system configuration or operation exception - not supported with this configuration. `{ $item }` is not supported in `{ $context }`.
594
+
595
+
596
+
=== 51N32
597
+
598
+
Status description:: error: system configuration or operation exception - server panic. Server is in panic.
599
+
600
+
601
+
=== 51N33
602
+
603
+
Status description:: error: system configuration or operation exception - replication error. This member failed to replicate transaction, try again.
604
+
605
+
606
+
=== 51N34
607
+
608
+
Status description:: error: system configuration or operation exception - write transaction failed due to leader change. Failed to write to the database due to a cluster leader change. Retrying your request at a later time may succeed.
609
+
610
+
611
+
=== 51N35
612
+
613
+
Status description:: error: system configuration or operation exception - database location changed. The location of `{ $db }` has changed while the transaction was running.
614
+
615
+
616
+
=== 51N39
617
+
618
+
Status description:: error: system configuration or operation exception - raft log corrupted. Expected set of files not found on disk. Please restore from backup.
619
+
620
+
621
+
=== 51N40
622
+
623
+
Status description:: error: system configuration or operation exception - unable to start database. Database `{ $db }` failed to start. Try restarting it.
624
+
625
+
626
+
=== 51N41
627
+
628
+
Status description:: error: system configuration or operation exception - admin operation failed. Server or database admin operation not possible.
629
+
630
+
631
+
=== 51N43
632
+
633
+
Status description:: error: system configuration or operation exception - cannot deallocate servers. Cannot deallocate server(s) `{ $serverAndedList }`.
634
+
635
+
636
+
=== 51N44
637
+
638
+
Status description:: error: system configuration or operation exception - cannot drop server. Cannot drop server `{ $server }`.
639
+
640
+
641
+
=== 51N45
642
+
643
+
Status description:: error: system configuration or operation exception - cannot cordon server. Cannot cordon server `{ $server }`.
644
+
645
+
646
+
=== 51N46
647
+
648
+
Status description:: error: system configuration or operation exception - cannot alter server. Cannot alter server `{ $server }`.
649
+
650
+
651
+
=== 51N47
652
+
653
+
Status description:: error: system configuration or operation exception - cannot rename server. Cannot rename server `{ $server }`.
654
+
655
+
656
+
=== 51N48
657
+
658
+
Status description:: error: system configuration or operation exception - cannot enable server. Cannot enable server `{ $server }`.
659
+
660
+
661
+
=== 51N49
662
+
663
+
Status description:: error: system configuration or operation exception - cannot alter database. Cannot alter database `{ $db }`.
664
+
665
+
666
+
=== 51N50
667
+
668
+
Status description:: error: system configuration or operation exception - cannot recreate database. Cannot recreate database `{ $db }`.
669
+
670
+
671
+
=== 51N51
672
+
673
+
Status description:: error: system configuration or operation exception - cannot create database. Cannot create database `{ $db }`.
674
+
675
+
676
+
=== 51N52
677
+
678
+
Status description:: error: system configuration or operation exception - cannot alter database topology. Number of primaries `{ $count }` needs to be at least 1 and may not exceed `{ $upper }`.
679
+
680
+
681
+
=== 51N53
682
+
683
+
Status description:: error: system configuration or operation exception - cannot alter database topology. Number of secondaries `{ $count }` needs to be at least 0 and may not exceed `{ $upper }`.
684
+
685
+
686
+
=== 51N54
687
+
688
+
Status description:: error: system configuration or operation exception - cannot reallocate. Failed to calculate reallocation for databases. { $msg }
689
+
690
+
691
+
=== 51N55
692
+
693
+
Status description:: error: system configuration or operation exception - cannot create additional database. Failed to create the database `{ $db }`. The limit of databases is reached. Either increase the limit using the config setting `{ $cfgSetting }` or drop a database.
694
+
695
+
696
+
=== 51N57
697
+
698
+
Status description:: error: system configuration or operation exception - generic topology modification error. Unexpected error while picking allocations. { $msg }
699
+
700
+
701
+
=== 51N60
702
+
703
+
Status description:: error: system configuration or operation exception - unable to check enterprise license acceptance. The DBMS is unable to determine the enterprise license acceptance status.
704
+
705
+
706
+
=== 51N63
707
+
708
+
Status description:: error: system configuration or operation exception - index is still populating. Index is not ready yet. Wait until it finishes populating and retry the transaction.
709
+
710
+
711
+
=== 51N64
712
+
713
+
Status description:: error: system configuration or operation exception - index dropped while sampling. The index dropped while sampling.
714
+
715
+
716
+
=== 51N65
717
+
718
+
Status description:: error: system configuration or operation exception - vector index dimensionality mismatch. Vector index `{ $idx }` has a dimensionality of `{ $dim1 }`, but indexed vectors have `{ $dim2 }`.
719
+
720
+
721
+
=== 51N66
722
+
723
+
Status description:: error: system configuration or operation exception - resource exhaustion. Insufficient resources to complete the request.
724
+
725
+
726
+
=== 51N69
727
+
728
+
Status description:: error: system configuration or operation exception - system database is immutable. It is not possible to perform `{ $operation }` on the system database.
729
+
730
+
=== 51N70
731
+
732
+
Status description:: error: system configuration or operation exception - bolt is not enabled. Cannot get routing table for `{ $db }` because Bolt is not enabled. Please update your configuration such that 'server.bolt.enabled' is set to true.
0 commit comments