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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -385,9 +385,9 @@ Status description:: error: data exception - invalid spatial component. Cannot r
385
385
386
386
Status description:: error: data exception - constraint does not exist. The constraint `{ $constrDescrOrName }` does not exist.
387
387
388
-
// === 22N65
388
+
=== 22N65
389
389
390
-
// Status description:: error: data exception - equivalent constraint already exists. An equivalent constraint already exists: `{ $constrDescrOrName }`.
390
+
Status description:: error: data exception - equivalent constraint already exists. An equivalent constraint already exists: `{ $constrDescrOrName }`.
391
391
392
392
=== 22N66
393
393
@@ -405,9 +405,9 @@ Status description:: error: data exception - dependent constraint managed indivi
405
405
406
406
Status description:: error: data exception - index does not exist. The index specified by `{ $idxDescrOrName }` does not exist.
407
407
408
-
// === 22N70
408
+
=== 22N70
409
409
410
-
// Status description:: error: data exception - equivalent index already exists. An equivalent index already exists: `{ $idxDescrOrName }`.
410
+
Status description:: error: data exception - equivalent index already exists. An equivalent index already exists: `{ $idxDescrOrName }`.
411
411
412
412
=== 22N71
413
413
@@ -417,21 +417,21 @@ Status description:: error: data exception - index with the same name already ex
417
417
418
418
// Status description:: error: data exception - index required by existing constraint. A requested operation can not be performed on the specified index because the index is part of a constraint.
419
419
420
-
// === 22N73
420
+
=== 22N73
421
421
422
-
// Status description:: error: data exception - constraint conflicts with existing index. Constraint conflicts with already existing index `{ $idx }`.
422
+
Status description:: error: data exception - constraint conflicts with existing index. Constraint conflicts with already existing index `{ $idx }`.
423
423
424
-
// === 22N74
424
+
=== 22N74
425
425
426
-
// Status description:: error: data exception - index conflicts with existing constraint. An index that belongs to the constraint `{ $constr }` contains a conflicting index.
426
+
Status description:: error: data exception - index conflicts with existing constraint. An index that belongs to the constraint `{ $constr }` contains a conflicting index.
427
427
428
-
// === 22N75
428
+
=== 22N75
429
429
430
-
// Status description:: error: data exception - constraint contains duplicated tokens. The constraint specified by `{ $constrDescrOrName }` includes a label, relationship type, a property key with name `{ $token }` more than once.
430
+
Status description:: error: data exception - constraint contains duplicated tokens. The constraint specified by `{ $constrDescrOrName }` includes a label, relationship type, a property key with name `{ $token }` more than once.
431
431
432
-
// === 22N76
432
+
=== 22N76
433
433
434
-
// Status description:: error: data exception - index contains duplicated tokens. The index specified by `{ $idxDescrOrName }` includes a label, relationship type, a property key with name `{ $token }` more than once.
434
+
Status description:: error: data exception - index contains duplicated tokens. The index specified by `{ $idxDescrOrName }` includes a label, relationship type, a property key with name `{ $token }` more than once.
0 commit comments