Skip to content

Commit 78a4461

Browse files
committed
New Error - Vector coordinate type
1 parent c5d9a86 commit 78a4461

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@
208208
**** xref:errors/gql-errors/42I50.adoc[]
209209
**** xref:errors/gql-errors/42I51.adoc[]
210210
**** xref:errors/gql-errors/42I52.adoc[]
211+
**** xref:errors/gql-errors/42I53.adoc[]
211212
**** xref:errors/gql-errors/42N00.adoc[]
212213
**** xref:errors/gql-errors/42N01.adoc[]
213214
**** xref:errors/gql-errors/42N02.adoc[]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
= 42I53
2+
3+
== Status description
4+
error: syntax error or access rule violation - unsupported coordinate type. Unknown Coordinate Type: `{ <<input>> }`.
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,10 @@ Status description:: info: invalid call signature. The procedure or function `{
839839

840840
Status description:: error: syntax error or access rule violation - no longer valid syntax. `{ <<msg>> }`
841841

842+
=== xref:errors/gql-errors/42I53.adoc[42I53]
843+
844+
Status description:: error: syntax error or access rule violation - unsupported coordinate type. Unknown Coordinate Type: `{ <<input>> }`.
845+
842846
=== xref:errors/gql-errors/42N00.adoc[42N00]
843847

844848
Status description:: error: syntax error or access rule violation - no such database. The database `{ <<db>> }` was not found. Verify that the spelling is correct.

0 commit comments

Comments
 (0)