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
+79Lines changed: 79 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -732,3 +732,82 @@ Status description:: error: system configuration or operation exception - system
732
732
733
733
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.
734
734
735
+
== Procedure exception
736
+
737
+
Procedure exceptions occur when there is an error in executing a procedure, such as when the procedure execution fails due to a client error, when the procedure cannot be invoked on a primary, when the number of arguments to checkConnectivity is invalid, etc.
738
+
739
+
=== 52N02
740
+
741
+
Status description:: error: procedure exception - procedure execution client error. Execution of the procedure `{ $proc }` failed due to a client error.
742
+
743
+
=== 52N05
744
+
745
+
Status description:: error: procedure exception - cannot invoke procedure on a primary. Can't invoke procedure on this member because it is not a secondary for database `{ $db }`.
746
+
747
+
=== 52N06
748
+
749
+
Status description:: error: procedure exception - invalid number of arguments to checkConnectivity. Unexpected number of arguments (expected 0-2 but received `{ $count }`).
750
+
751
+
=== 52N07
752
+
753
+
Status description:: error: procedure exception - invalid port argument to checkConnectivity. Unrecognised port name `{ $port }` (valid values are: `{ $portList }`.
754
+
755
+
=== 52N08
756
+
757
+
Status description:: error: procedure exception - invalid server id argument to checkConnectivity. Unable to parse server id `{ $server }`.
758
+
759
+
=== 52N09
760
+
761
+
Status description:: error: procedure exception - procedure execution database error. Execution of the procedure `{ $proc }` failed due to a database error.
762
+
763
+
=== 52N10
764
+
765
+
Status description:: error: procedure exception - invalid address key. An address key is included in the query string provided to the GetRoutingTableProcedure, but its value could not be parsed.
766
+
767
+
=== 52N11
768
+
769
+
Status description:: error: procedure exception - generic topology procedure error. An unexpected error has occurred. Please refer to the server's debug log for more information.
770
+
771
+
=== 52N12
772
+
773
+
Status description:: error: procedure exception - cannot change default database. The previous default database `{ $db }` is still running.
774
+
775
+
=== 52N13
776
+
777
+
Status description:: error: procedure exception - new default database does not exist. New default database `{ $db }` does not exist.
778
+
779
+
=== 52N14
780
+
781
+
Status description:: error: procedure exception - system cannot be default database. System database cannot be set as default.
782
+
783
+
=== 52N16
784
+
785
+
Status description:: error: procedure exception - invalid procedure argument list. Invalid arguments to procedure.
786
+
787
+
=== 52N17
788
+
789
+
Status description:: error: procedure exception - quarantine change failed. Setting/removing the quarantine marker failed.
790
+
791
+
=== 52N23
792
+
793
+
Status description:: error: procedure exception - non-reloadable namespace. The following namespaces are not reloadable: `{ $namespaceList }`
794
+
795
+
=== 52N25
796
+
797
+
Status description:: error: procedure exception - JMX error. JMX error while accessing `{ $param }`. See logs for more information.
798
+
799
+
=== 52N29
800
+
801
+
Status description:: error: procedure exception - outdated change identifier. Given ChangeIdentifier describes a transaction that occurred before any enrichment records exist.
802
+
803
+
=== 52N30
804
+
805
+
Status description:: error: procedure exception - future change identifier. Given ChangeIdentifier describes a transaction that hasn't yet occurred.
806
+
807
+
=== 52N31
808
+
809
+
Status description:: error: procedure exception - wrong database. Change identifier `{ $param }` does not belong to this database.
810
+
811
+
=== 52N32
812
+
813
+
Status description:: error: procedure exception - invalid sequence number. Change identifier `{ $param1 }` has an invalid sequence number `{ $param2 }`.
0 commit comments