This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new 5af4c4d6b6 Clarify that the semantics Errors table messages are 
illustrative
5af4c4d6b6 is described below

commit 5af4c4d6b63a5667e8071946a93a25857da7211b
Author: Stephen Mallette <[email protected]>
AuthorDate: Mon Sep 14 17:35:22 2026 +0000

    Clarify that the semantics Errors table messages are illustrative
    
    The Example message column lists a representative message for each error
    category. A note now makes explicit that these are general illustrations
    rather than the exact runtime text, which can differ across versions and
    providers. The table content itself is unchanged.
    
    Assisted-by: Kiro:claude-opus-4.8
---
 docs/src/dev/provider/gremlin-semantics.asciidoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/src/dev/provider/gremlin-semantics.asciidoc 
b/docs/src/dev/provider/gremlin-semantics.asciidoc
index dfea9eb867..a9ee0cb291 100644
--- a/docs/src/dev/provider/gremlin-semantics.asciidoc
+++ b/docs/src/dev/provider/gremlin-semantics.asciidoc
@@ -126,6 +126,10 @@ categories rather than to Java exception class names, 
since the categories are l
 category onto its language's idiomatic error type, and remote responses 
surface the server message text (which
 providers may localize while preserving the category).
 
+The `Example message` column gives a general, illustrative message that is 
representative of each category. It is not
+the exact, verbatim text a caller will encounter at runtime, as the precise 
wording can differ across versions and
+providers.
+
 [width="100%",cols="2,6,3,4",options="header"]
 |=========================================================
 |Category |Description |Java reference exception |Example message

Reply via email to