Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,8 @@
**** xref:errors/gql-errors/50N20.adoc[]
**** xref:errors/gql-errors/50N21.adoc[]
**** xref:errors/gql-errors/50N23.adoc[]
**** xref:errors/gql-errors/50N24.adoc[]
**** xref:errors/gql-errors/50N25.adoc[]
**** xref:errors/gql-errors/50N42.adoc[]
*** xref:errors/gql-errors/index.adoc#system-configuration-or-operation-exceptions[System configuration or operation exceptions]
**** xref:errors/gql-errors/51N00.adoc[]
Expand Down
19 changes: 19 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/50N24.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
:page-role: new-2025.11
= 50N24

== Status description

error: general processing exception - sharded properties transaction handling database error. Unexpected exception while getting transaction state.

== Scenario

This error occurs when there is an issue on the graph shard while getting transaction state from a property shard.
For example, the graph shard receives an unexpected response from a property shard.


ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
19 changes: 19 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/50N25.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
:page-role: new-2025.11
= 50N25

== Status description

error: general processing exception - sharded properties transaction handling client error. Unexpected exception while getting transaction state.

== Scenario

This error occurs when there is an issue on the graph shard while getting transaction state from a property shard.
For example, the graph shard times out while waiting for transaction state from property shards.


ifndef::backend-pdf[]
[discrete.glossary]
== Glossary

include::partial$glossary.adoc[]
endif::[]
10 changes: 10 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1607,6 +1607,16 @@ Status description:: error: general processing exception - no such schema descri

Status description:: error: general processing exception - transaction retry aborted. Transaction retry aborted after `{ <<count>> }` attempts. Retry timed out with a maximum retry duration of `{ <<timeAmount>> }` `{ <<timeUnit>> }`.

[role=label--new-2025.11]
=== xref:errors/gql-errors/50N24.adoc[50N24]

Status description:: error: general processing exception - sharded properties transaction handling database error. Unexpected exception while getting transaction state.

[role=label--new-2025.11]
=== xref:errors/gql-errors/50N25.adoc[50N25]

Status description:: error: general processing exception - sharded properties transaction handling client error. Unexpected exception while getting transaction state.

=== xref:errors/gql-errors/50N42.adoc[50N42]

Status description:: error: general processing exception - unexpected error. Unexpected error has occurred. See debug log for details.
Expand Down