Skip to content

Commit 3d9aa25

Browse files
committed
add standard defined codes
1 parent fa7568b commit 3d9aa25

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
= 25G02
2+
3+
== Status description
4+
error: invalid transaction state - catalog and data statement mixing not supported.
5+
6+
ifndef::backend-pdf[]
7+
[discrete.glossary]
8+
== Glossary
9+
10+
include::partial$glossary.adoc[]
11+
endif::[]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
= G1001
2+
3+
== Status description
4+
error: dependent object error - edges still exist
5+
6+
ifndef::backend-pdf[]
7+
[discrete.glossary]
8+
== Glossary
9+
10+
include::partial$glossary.adoc[]
11+
endif::[]

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,13 @@ Status description:: error: data exception - token presence verification failed.
530530

531531
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>> }`.
532532

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+
533540
[[invalid-transaction-state]]
534541
== Invalid transaction state
535542

@@ -580,6 +587,10 @@ Status description:: error: invalid transaction state - index was dropped. Index
580587

581588
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.
582589

590+
=== xref:errors/gql-errors/25G02.adoc[25G02]
591+
592+
Status description:: error: invalid transaction state - catalog and data statement mixing not supported.
593+
583594
[[invalid-transaction-termination]]
584595
== Invalid transaction termination
585596

0 commit comments

Comments
 (0)