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/index.adoc
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -629,6 +629,44 @@ Status description:: error: data exception - omitting mandatory field for proper
629
629
630
630
Status description:: error: data exception - index belongs to constraint. Index belongs to constraint `{ <<constrDescrOrName>> }`.
631
631
632
+
=== xref:errors/gql-errors/22NC1.adoc[22NC1]
633
+
634
+
Status description:: error: data exception - graph type element contains duplicated tokens. The graph type element includes a property key with name `{ <<propKey>> }` more than once.
635
+
636
+
=== xref:errors/gql-errors/22NC2.adoc[22NC2]
637
+
638
+
Status description:: error: data exception - node element type has no effect. The node element type `{ <<label>> }` must contain one or more implied labels, or at least one property type.
639
+
640
+
=== xref:errors/gql-errors/22NC3.adoc[22NC3]
641
+
642
+
Status description:: error: data exception - relationship element type has no effect. The relationship element type `{ <<relType>> }` must define a source, destination, or at least one property type.
643
+
644
+
=== xref:errors/gql-errors/22NC4.adoc[22NC4]
645
+
646
+
Status description:: error: data exception - a label cannot be both identifying and implied. The label(s) `{ <<labelList>> }` are defined as both identifying and implied.
647
+
648
+
=== xref:errors/gql-errors/22NC5.adoc[22NC5]
649
+
650
+
Status description:: error: data exception - graph type element not found. The `{ <<entityType>> }` element type referenced by `{ <<graphTypeReference>> }` does not exist.
651
+
652
+
=== xref:errors/gql-errors/22NC6.adoc[22NC6]
653
+
654
+
Status description:: error: data exception - independent constraint and node element type have the same label.
655
+
The independent constraint `{ <<constrDescrOrName>> }` is using the same label `{ <<label>> }` as a node element type.
656
+
657
+
=== xref:errors/gql-errors/22NC7.adoc[22NC7]
658
+
659
+
Status description:: error: data exception - independent constraint and relationship element type have the same relationship type.
660
+
The independent constraint `{ <<constrDescrOrName>> }` is using the same relationship type `{ <<relType>> }` as a relationship element type.
661
+
662
+
=== xref:errors/gql-errors/22NC8.adoc[22NC8]
663
+
664
+
Status description:: error: data exception - graph type contains duplicated tokens. The graph type includes a label, a relationship type, or an alias with the name `{ <<token>> }` more than once.
665
+
666
+
=== xref:errors/gql-errors/22NC9.adoc[22NC9]
667
+
668
+
Status description:: error: data exception - invalid element type constraints in graph type. A `{ <<entityType>>1 }` element type property `{ <<context>> }` constraint cannot be specified inline of a `{ <<entityType>>2 }` element type.
0 commit comments