Skip to content
Open
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 @@ -325,6 +325,8 @@
**** xref:errors/gql-errors/42N57.adoc[]
**** xref:errors/gql-errors/42N58.adoc[]
**** xref:errors/gql-errors/42N59.adoc[]
**** xref:errors/gql-errors/42N60.adoc[]
**** xref:errors/gql-errors/42N61.adoc[]
**** xref:errors/gql-errors/42N62.adoc[]
**** xref:errors/gql-errors/42N63.adoc[]
**** xref:errors/gql-errors/42N64.adoc[]
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/errors/gql-errors/42I39.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= 42I39
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
= 42I39
:page-role: new-2025.11
= 42I39


== Status description
error: syntax error or access rule violation - invalid use of shortest path function. Mixing the `{ <<fun>> }` function with path selectors or explicit match modes is not allowed.
error: syntax error or access rule violation - invalid use of shortest path function. Mixing the `{ <<fun>> }` function with path selectors, explicit match modes or explicit path modes is not allowed.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
error: syntax error or access rule violation - invalid use of shortest path function. Mixing the `{ <<fun>> }` function with path selectors, explicit match modes or explicit path modes is not allowed.
error: syntax error or access rule violation - invalid use of shortest path function. Mixing the `{ <<fun>> }` function with path selectors, explicit match modes, or explicit path modes is not allowed.


ifndef::backend-pdf[]
[discrete.glossary]
Expand Down
11 changes: 11 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/42N60.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
= 42N60
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
= 42N60
:page-role: new-2025.11
= 42N60


== Status description
error: syntax error or access rule violation - unsupported combination of match mode and path mode. REPEATABLE ELEMENTS with `{ <<pathMode>> }` path mode is not supported.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is REPEATABLE ELEMENTS capitalized?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we also add an explanation/ example scenario for each of the errors? See 22N71, 22N69, 22NAB, 42I64, and many more for inspiration.


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

include::partial$glossary.adoc[]
endif::[]
11 changes: 11 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/42N61.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
= 42N61
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
= 42N61
:page-role: new-2025.11
= 42N61


== Status description
error: syntax error or access rule violation - unsupported mixing of different path modes. Mixing `{ <<pathModeList>> }` in the same graph pattern is not supported. Split the pattern into separate MATCH clauses instead.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
error: syntax error or access rule violation - unsupported mixing of different path modes. Mixing `{ <<pathModeList>> }` in the same graph pattern is not supported. Split the pattern into separate MATCH clauses instead.
error: syntax error or access rule violation - unsupported mixing of different path modes. Mixing `{ <<pathModeList>> }` in the same graph pattern is not supported. Split the pattern into separate `MATCH` clauses instead.


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

include::partial$glossary.adoc[]
endif::[]
2 changes: 2 additions & 0 deletions modules/ROOT/partials/glossary.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@
[[param]]$param:: Parameter name, for example, `$pattern`.
[[paramList]]$paramList:: A list of parameters, for example `$pattern, $prop`.
[[pat]]$pat:: Pattern, for example, `(:Person)`.
[[pathMode]]$pathMode:: GPM path mode, for example, `ACYCLIC`.
[[pathModeList]]$pathModeList:: A list of GPM path modes, for example, `TRAIL, ACYCLIC`.
[[port]]$port:: Port name, for example, `6362`.
[[portList]]$portList:: A list of port names, for example, `6362, 6000, 7000`.
[[pos]]$pos:: A position, for example, in a sequence, for example, `2`
Expand Down