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
+260Lines changed: 260 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -432,3 +432,263 @@ Status description:: error: syntax error or access rule violation - auth info ex
432
432
=== 42NFF
433
433
434
434
Status description:: error: syntax error or access rule violation - permission/access denied. Access denied, see the security logs for details.
435
+
436
+
== System configuration or operation exception
437
+
438
+
=== 51N00
439
+
440
+
Status description:: error: system configuration or operation exception - procedure registration error. Failed to register procedure.
441
+
442
+
443
+
=== 51N01
444
+
445
+
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.
446
+
447
+
=== 51N02
448
+
449
+
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.
450
+
451
+
452
+
=== 51N03
453
+
454
+
Status description:: error: system configuration or operation exception - unable to access field. Unable to set up injection for `{ $procClass }`, failed to access field `{ $procField }`.
455
+
456
+
457
+
=== 51N04
458
+
459
+
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.
460
+
461
+
462
+
=== 51N05
463
+
464
+
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.
465
+
466
+
467
+
=== 51N06
468
+
469
+
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.
470
+
471
+
472
+
=== 51N07
473
+
474
+
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.
475
+
476
+
477
+
=== 51N08
478
+
479
+
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.
480
+
481
+
482
+
=== 51N09
483
+
484
+
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'.
485
+
486
+
487
+
=== 51N10
488
+
489
+
Status description:: error: system configuration or operation exception - aggregation method not public. The method `{ $procMethod }` of `{ $procClass }` must be public.
490
+
491
+
492
+
=== 51N11
493
+
494
+
Status description:: error: system configuration or operation exception - class not public. The class `{ $procClass }` must be public.
495
+
496
+
497
+
=== 51N12
498
+
499
+
Status description:: error: system configuration or operation exception - class not void. The procedure `{ $proc }` has zero output fields and must be defined as void.
500
+
501
+
502
+
=== 51N13
503
+
504
+
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.
505
+
506
+
507
+
=== 51N14
508
+
509
+
Status description:: error: system configuration or operation exception - duplicate field name.
510
+
The procedure `{ $proc }` has a duplicate `{ $procFieldType }` field, `{ $procField }`.
511
+
512
+
=== 51N15
513
+
514
+
Status description:: error: system configuration or operation exception - invalid map key type. Type mismatch for map key. Required 'STRING', but found `{ $valueType }`.
515
+
516
+
517
+
=== 51N16
518
+
519
+
Status description:: error: system configuration or operation exception - invalid default value type. Type mismatch for the default value. Required `{ $valueType }`, but found `{ $input }`.
520
+
521
+
522
+
=== 51N17
523
+
524
+
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 })`.
525
+
526
+
527
+
=== 51N22
528
+
529
+
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.
530
+
531
+
532
+
=== 51N23
533
+
534
+
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.
535
+
536
+
537
+
=== 51N24
538
+
539
+
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.
540
+
541
+
542
+
=== 51N27
543
+
544
+
Status description:: error: system configuration or operation exception - not supported in this edition. `{ $item }` is not supported in `{ $edition }`.
545
+
546
+
547
+
=== 51N29
548
+
549
+
Status description:: error: system configuration or operation exception - not supported by this server. The command `{ $cmd }` must be executed on the current 'LEADER' server.
550
+
551
+
552
+
=== 51N30
553
+
554
+
Status description:: error: system configuration or operation exception - not supported with this configuration. `{ $item }` is not supported in `{ $context }`.
555
+
556
+
557
+
=== 51N32
558
+
559
+
Status description:: error: system configuration or operation exception - server panic. Server is in panic.
560
+
561
+
562
+
=== 51N33
563
+
564
+
Status description:: error: system configuration or operation exception - replication error. This member failed to replicate transaction, try again.
565
+
566
+
567
+
=== 51N34
568
+
569
+
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.
570
+
571
+
572
+
=== 51N35
573
+
574
+
Status description:: error: system configuration or operation exception - database location changed. The location of `{ $db }` has changed while the transaction was running.
575
+
576
+
577
+
=== 51N39
578
+
579
+
Status description:: error: system configuration or operation exception - raft log corrupted. Expected set of files not found on disk. Please restore from backup.
580
+
581
+
582
+
=== 51N40
583
+
584
+
Status description:: error: system configuration or operation exception - unable to start database. Database `{ $db }` failed to start. Try restarting it.
585
+
586
+
587
+
=== 51N41
588
+
589
+
Status description:: error: system configuration or operation exception - admin operation failed. Server or database admin operation not possible.
590
+
591
+
592
+
=== 51N43
593
+
594
+
Status description:: error: system configuration or operation exception - cannot deallocate servers. Cannot deallocate server(s) `{ $serverAndedList }`.
595
+
596
+
597
+
=== 51N44
598
+
599
+
Status description:: error: system configuration or operation exception - cannot drop server. Cannot drop server `{ $server }`.
600
+
601
+
602
+
=== 51N45
603
+
604
+
Status description:: error: system configuration or operation exception - cannot cordon server. Cannot cordon server `{ $server }`.
605
+
606
+
607
+
=== 51N46
608
+
609
+
Status description:: error: system configuration or operation exception - cannot alter server. Cannot alter server `{ $server }`.
610
+
611
+
612
+
=== 51N47
613
+
614
+
Status description:: error: system configuration or operation exception - cannot rename server. Cannot rename server `{ $server }`.
615
+
616
+
617
+
=== 51N48
618
+
619
+
Status description:: error: system configuration or operation exception - cannot enable server. Cannot enable server `{ $server }`.
620
+
621
+
622
+
=== 51N49
623
+
624
+
Status description:: error: system configuration or operation exception - cannot alter database. Cannot alter database `{ $db }`.
625
+
626
+
627
+
=== 51N50
628
+
629
+
Status description:: error: system configuration or operation exception - cannot recreate database. Cannot recreate database `{ $db }`.
630
+
631
+
632
+
=== 51N51
633
+
634
+
Status description:: error: system configuration or operation exception - cannot create database. Cannot create database `{ $db }`.
635
+
636
+
637
+
=== 51N52
638
+
639
+
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 }`.
640
+
641
+
642
+
=== 51N53
643
+
644
+
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 }`.
645
+
646
+
647
+
=== 51N54
648
+
649
+
Status description:: error: system configuration or operation exception - cannot reallocate. Failed to calculate reallocation for databases. { $msg }
650
+
651
+
652
+
=== 51N55
653
+
654
+
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.
655
+
656
+
657
+
=== 51N57
658
+
659
+
Status description:: error: system configuration or operation exception - generic topology modification error. Unexpected error while picking allocations. { $msg }
660
+
661
+
662
+
=== 51N60
663
+
664
+
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.
665
+
666
+
667
+
=== 51N63
668
+
669
+
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.
670
+
671
+
672
+
=== 51N64
673
+
674
+
Status description:: error: system configuration or operation exception - index dropped while sampling. The index dropped while sampling.
675
+
676
+
677
+
=== 51N65
678
+
679
+
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 }`.
680
+
681
+
682
+
=== 51N66
683
+
684
+
Status description:: error: system configuration or operation exception - resource exhaustion. Insufficient resources to complete the request.
685
+
686
+
687
+
=== 51N69
688
+
689
+
Status description:: error: system configuration or operation exception - system database is immutable. It is not possible to perform `{ $operation }` on the system database.
690
+
691
+
=== 51N70
692
+
693
+
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