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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -530,6 +530,13 @@ Status description:: error: data exception - token presence verification failed.
530
530
531
531
Status description:: error: data exception - endpoint label presence verification failed. Relationship (`{ <<entityId>>1 }`) with type `{ <<relType>> }` requires its `{ <<endpointType>> }` node (`{ $entityId2 }`) to have the label `{ <<label>> }`.
532
532
533
+
[[dependent-object-error]]
534
+
== Dependent object error
535
+
536
+
=== xref:errors/gql-errors/G1001.adoc[G1001]
537
+
538
+
Status description:: error: dependent object error - edges still exist
539
+
533
540
[[invalid-transaction-state]]
534
541
== Invalid transaction state
535
542
@@ -580,6 +587,10 @@ Status description:: error: invalid transaction state - index was dropped. Index
580
587
581
588
Status description:: error: invalid transaction state - cannot access entity after removal. A `{ <<entityType>> }` was accessed after being deleted in this transaction. Verify the transaction statements.
582
589
590
+
=== xref:errors/gql-errors/25G02.adoc[25G02]
591
+
592
+
Status description:: error: invalid transaction state - catalog and data statement mixing not supported.
0 commit comments