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
+80Lines changed: 80 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -432,3 +432,83 @@ 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
+
== Procedure exception
437
+
438
+
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.
439
+
440
+
=== 52N02
441
+
442
+
Status description:: error: procedure exception - procedure execution client error. Execution of the procedure `{ $proc }` failed due to a client error.
443
+
444
+
=== 52N05
445
+
446
+
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 }`.
447
+
448
+
=== 52N06
449
+
450
+
Status description:: error: procedure exception - invalid number of arguments to checkConnectivity. Unexpected number of arguments (expected 0-2 but received `{ $count }`).
451
+
452
+
=== 52N07
453
+
454
+
Status description:: error: procedure exception - invalid port argument to checkConnectivity. Unrecognised port name `{ $port }` (valid values are: `{ $portAndedList }`.
455
+
456
+
=== 52N08
457
+
458
+
Status description:: error: procedure exception - invalid server id argument to checkConnectivity. Unable to parse server id `{ $server }`.
459
+
460
+
=== 52N09
461
+
462
+
Status description:: error: procedure exception - procedure execution database error. Execution of the procedure `{ $proc }` failed due to a database error.
463
+
464
+
=== 52N10
465
+
466
+
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.
467
+
468
+
=== 52N11
469
+
470
+
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.
471
+
472
+
=== 52N12
473
+
474
+
Status description:: error: procedure exception - cannot change default database. The previous default database `{ $db }` is still running.
475
+
476
+
=== 52N13
477
+
478
+
Status description:: error: procedure exception - new default database does not exist. New default database `{ $db }` does not exist.
479
+
480
+
=== 52N14
481
+
482
+
Status description:: error: procedure exception - system cannot be default database. System database cannot be set as default.
483
+
484
+
=== 52N16
485
+
486
+
Status description:: error: procedure exception - invalid procedure argument list. Invalid arguments to procedure.
487
+
488
+
=== 52N17
489
+
490
+
Status description:: error: procedure exception - quarantine change failed. Setting/removing the quarantine marker failed.
491
+
492
+
=== 52N23
493
+
494
+
Status description:: error: procedure exception - non-reloadable namespace. The following namespaces are not reloadable: `{ $namespaceAndedList }``
495
+
496
+
=== 52N25
497
+
498
+
Status description:: error: procedure exception - JMX error. JMX error while accessing `{ $param }`. See logs for more information.
499
+
500
+
=== 52N29
501
+
502
+
Status description:: error: procedure exception - outdated change identifier. Given ChangeIdentifier describes a transaction that occurred before any enrichment records exist.
503
+
504
+
=== 52N30
505
+
506
+
Status description:: error: procedure exception - future change identifier. Given ChangeIdentifier describes a transaction that hasn't yet occurred.
507
+
508
+
=== 52N31
509
+
510
+
Status description:: error: procedure exception - wrong database. Change identifier `{ $param }` does not belong to this database.
511
+
512
+
=== 52N32
513
+
514
+
Status description:: error: procedure exception - invalid sequence number. Change identifier `{ $param1 }` has an invalid sequence number `{ $param2 }`.
0 commit comments