Skip to content

Commit 0098fca

Browse files
committed
add codes to index file
1 parent 1c6ce8b commit 0098fca

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

modules/ROOT/pages/errors/gql-errors/index.adoc

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,44 @@ Status description:: error: data exception - omitting mandatory field for proper
629629

630630
Status description:: error: data exception - index belongs to constraint. Index belongs to constraint `{ <<constrDescrOrName>> }`.
631631

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.
669+
632670

633671
[[invalid-transaction-state]]
634672
== Invalid transaction state

0 commit comments

Comments
 (0)