Skip to content

Commit cd900d5

Browse files
committed
move 25G02 to the correct place
1 parent d9e4591 commit cd900d5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
**** xref:errors/gql-errors/22003.adoc[]
3232
**** xref:errors/gql-errors/22007.adoc[]
3333
**** xref:errors/gql-errors/22015.adoc[]
34-
**** xref:errors/gql-errors/25G02.adoc[]
3534
**** xref:errors/gql-errors/22G03.adoc[]
3635
**** xref:errors/gql-errors/22G05.adoc[]
3736
**** xref:errors/gql-errors/22N00.adoc[]
@@ -136,6 +135,7 @@
136135
*** xref:errors/gql-errors/index.adoc#dependent-object-error[Dependent object error]
137136
**** xref:errors/gql-errors/G1001.adoc[]
138137
*** xref:errors/gql-errors/index.adoc#invalid-transaction-state[Invalid transaction state]
138+
**** xref:errors/gql-errors/25G02.adoc[]
139139
**** xref:errors/gql-errors/25N01.adoc[]
140140
**** xref:errors/gql-errors/25N02.adoc[]
141141
**** xref:errors/gql-errors/25N03.adoc[]

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,10 @@ Status description:: error: dependent object error - edges still exist
542542

543543
Invalid transaction state errors occur when the transaction is in an invalid state, such as when the transaction is terminated or closed, or when there is a conflict between the transaction state and applied updates.
544544

545+
=== xref:errors/gql-errors/25G02.adoc[25G02]
546+
547+
Status description:: error: invalid transaction state - catalog and data statement mixing not supported
548+
545549
=== xref:errors/gql-errors/25N01.adoc[25N01]
546550

547551
Status description:: error: invalid transaction state - invalid combination of statement types. Failed to execute the query `{ <<query>> }` due to conflicting statement types (read query, write query, schema modification, or administration command). To execute queries in the same transaction, they must be either of the same type, or be a combination of schema modifications and read commands.
@@ -587,10 +591,6 @@ Status description:: error: invalid transaction state - index was dropped. Index
587591

588592
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.
589593

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

0 commit comments

Comments
 (0)