Skip to content

Commit 1170ed9

Browse files
Add second part of errors implemented in 2025.04
1 parent 193f6a9 commit 1170ed9

File tree

13 files changed

+211
-0
lines changed

13 files changed

+211
-0
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,18 @@
318318
**** xref:errors/gql-errors/42N88.adoc[]
319319
**** xref:errors/gql-errors/42N89.adoc[]
320320
**** xref:errors/gql-errors/42N90.adoc[]
321+
**** xref:errors/gql-errors/42N92.adoc[]
322+
**** xref:errors/gql-errors/42N94.adoc[]
323+
**** xref:errors/gql-errors/42N95.adoc[]
324+
**** xref:errors/gql-errors/42N96.adoc[]
321325
**** xref:errors/gql-errors/42N97.adoc[]
322326
**** xref:errors/gql-errors/42N98.adoc[]
323327
**** xref:errors/gql-errors/42N99.adoc[]
328+
**** xref:errors/gql-errors/42NA0.adoc[]
329+
**** xref:errors/gql-errors/42NA1.adoc[]
330+
**** xref:errors/gql-errors/42NA2.adoc[]
331+
**** xref:errors/gql-errors/42NA3.adoc[]
332+
**** xref:errors/gql-errors/42NA4.adoc[]
324333
**** xref:errors/gql-errors/42NA5.adoc[]
325334
**** xref:errors/gql-errors/42NA6.adoc[]
326335
**** xref:errors/gql-errors/42NA7.adoc[]
@@ -378,6 +387,7 @@
378387
**** xref:errors/gql-errors/51N28.adoc[]
379388
**** xref:errors/gql-errors/51N29.adoc[]
380389
**** xref:errors/gql-errors/51N30.adoc[]
390+
**** xref:errors/gql-errors/51N31.adoc[]
381391
**** xref:errors/gql-errors/51N32.adoc[]
382392
**** xref:errors/gql-errors/51N33.adoc[]
383393
**** xref:errors/gql-errors/51N34.adoc[]
@@ -403,6 +413,7 @@
403413
**** xref:errors/gql-errors/51N55.adoc[]
404414
**** xref:errors/gql-errors/51N56.adoc[]
405415
**** xref:errors/gql-errors/51N57.adoc[]
416+
**** xref:errors/gql-errors/51N58.adoc[]
406417
**** xref:errors/gql-errors/51N59.adoc[]
407418
**** xref:errors/gql-errors/51N60.adoc[]
408419
**** xref:errors/gql-errors/51N61.adoc[]
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
= 42N92
2+
3+
== Status description
4+
error: syntax error or access rule violation - cannot combine old and new auth provider syntax. Cannot combine old and new auth syntax for the same auth provider.
5+
6+
ifndef::backend-pdf[]
7+
[discrete.glossary]
8+
== Glossary
9+
10+
include::partial$glossary.adoc[]
11+
endif::[]
12+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
= 42N94
2+
3+
== Status description
4+
5+
error: syntax error or access rule violation - incomplete `ALTER USER` command. 'ALTER USER' requires at least one clause.
6+
7+
ifndef::backend-pdf[]
8+
[discrete.glossary]
9+
== Glossary
10+
11+
include::partial$glossary.adoc[]
12+
endif::[]
13+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
= 42N95
2+
3+
== Status description
4+
5+
error: syntax error or access rule violation - provider-id combination already exists. The combination of provider and id is already in use.
6+
7+
8+
ifndef::backend-pdf[]
9+
[discrete.glossary]
10+
== Glossary
11+
12+
include::partial$glossary.adoc[]
13+
endif::[]
14+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
= 42N96
2+
3+
== Status description
4+
5+
error: syntax error or access rule violation - invalid user configuration. User has no auth provider. Add at least one auth provider for the user or consider suspending them.
6+
7+
8+
ifndef::backend-pdf[]
9+
[discrete.glossary]
10+
== Glossary
11+
12+
include::partial$glossary.adoc[]
13+
endif::[]
14+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
= 42NA0
2+
3+
== Status description
4+
5+
error: syntax error or access rule violation - operations must be executed on constituent. Query contains operations that must be executed on the constituent.
6+
7+
8+
ifndef::backend-pdf[]
9+
[discrete.glossary]
10+
== Glossary
11+
12+
include::partial$glossary.adoc[]
13+
endif::[]
14+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
= 42NA1
2+
3+
== Status description
4+
5+
error: syntax error or access rule violation - graph access operations on composite database. Graph access operations are not supported on composite databases.
6+
7+
8+
ifndef::backend-pdf[]
9+
[discrete.glossary]
10+
== Glossary
11+
12+
include::partial$glossary.adoc[]
13+
endif::[]
14+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
= 42NA2
2+
3+
== Status description
4+
5+
error: syntax error or access rule violation - database operations on composite database. Database operations are not supported on composite databases.
6+
7+
8+
ifndef::backend-pdf[]
9+
[discrete.glossary]
10+
== Glossary
11+
12+
include::partial$glossary.adoc[]
13+
endif::[]
14+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
= 42NA3
2+
3+
== Status description
4+
5+
error: syntax error or access rule violation - schema operations on composite database. Schema operations are not supported on composite databases.
6+
7+
8+
ifndef::backend-pdf[]
9+
[discrete.glossary]
10+
== Glossary
11+
12+
include::partial$glossary.adoc[]
13+
endif::[]
14+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
= 42NA4
2+
3+
== Status description
4+
5+
error: syntax error or access rule violation - transaction operations on composite database. Transaction operations are not supported on composite databases.
6+
7+
8+
ifndef::backend-pdf[]
9+
[discrete.glossary]
10+
== Glossary
11+
12+
include::partial$glossary.adoc[]
13+
endif::[]
14+

0 commit comments

Comments
 (0)