Skip to content

Commit 0ed16b5

Browse files
committed
add codes to index file
1 parent 6cb712d commit 0ed16b5

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
@@ -619,6 +619,44 @@ Status description:: error: data exception - omitting mandatory field for proper
619619

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

622+
=== xref:errors/gql-errors/22NC1.adoc[22NC1]
623+
624+
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.
625+
626+
=== xref:errors/gql-errors/22NC2.adoc[22NC2]
627+
628+
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.
629+
630+
=== xref:errors/gql-errors/22NC3.adoc[22NC3]
631+
632+
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.
633+
634+
=== xref:errors/gql-errors/22NC4.adoc[22NC4]
635+
636+
Status description:: error: data exception - a label cannot be both identifying and implied. The label(s) `{ <<labelList>> }` are defined as both identifying and implied.
637+
638+
=== xref:errors/gql-errors/22NC5.adoc[22NC5]
639+
640+
Status description:: error: data exception - graph type element not found. The `{ <<entityType>> }` element type referenced by `{ <<graphTypeReference>> }` does not exist.
641+
642+
=== xref:errors/gql-errors/22NC6.adoc[22NC6]
643+
644+
Status description:: error: data exception - independent constraint and node element type have the same label.
645+
The independent constraint `{ <<constrDescrOrName>> }` is using the same label `{ <<label>> }` as a node element type.
646+
647+
=== xref:errors/gql-errors/22NC7.adoc[22NC7]
648+
649+
Status description:: error: data exception - independent constraint and relationship element type have the same relationship type.
650+
The independent constraint `{ <<constrDescrOrName>> }` is using the same relationship type `{ <<relType>> }` as a relationship element type.
651+
652+
=== xref:errors/gql-errors/22NC8.adoc[22NC8]
653+
654+
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.
655+
656+
=== xref:errors/gql-errors/22NC9.adoc[22NC9]
657+
658+
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.
659+
622660

623661
[[invalid-transaction-state]]
624662
== Invalid transaction state

0 commit comments

Comments
 (0)