Skip to content

Commit afda6bb

Browse files
committed
adding error codes for ABAC metadata function
1 parent b1a5f0a commit afda6bb

File tree

5 files changed

+60
-0
lines changed

5 files changed

+60
-0
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,9 @@
277277
**** xref:errors/gql-errors/42N09.adoc[]
278278
**** xref:errors/gql-errors/42N0A.adoc[]
279279
**** xref:errors/gql-errors/42N0B.adoc[]
280+
**** xref:errors/gql-errors/42N0D.adoc[]
281+
**** xref:errors/gql-errors/42N0E.adoc[]
282+
**** xref:errors/gql-errors/42N0F.adoc[]
280283
**** xref:errors/gql-errors/42N10.adoc[]
281284
**** xref:errors/gql-errors/42N11.adoc[]
282285
**** xref:errors/gql-errors/42N12.adoc[]
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
= 42N0D
2+
3+
4+
== Status description
5+
6+
error: syntax error or access rule violation - cannot call function from this context. The function `{ <<fun>> }` cannot be called from the current context. It can only be used `{ <<context>> }`.
7+
8+
9+
10+
ifndef::backend-pdf[]
11+
[discrete.glossary]
12+
== Glossary
13+
14+
include::partial$glossary.adoc[]
15+
endif::[]
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
= 42N0D
2+
3+
4+
== Status description
5+
6+
error: syntax error or access rule violation - cannot call function without metadata. The function `{ <<fun>> }` cannot be called without metadata.
7+
8+
9+
10+
ifndef::backend-pdf[]
11+
[discrete.glossary]
12+
== Glossary
13+
14+
include::partial$glossary.adoc[]
15+
endif::[]
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
= 42N0D
2+
3+
4+
== Status description
5+
6+
error: syntax error or access rule violation - cannot call function without metadata for realm. The function `{ <<fun>> }` cannot be called without metadata for realm: { <<auth>> }.
7+
8+
9+
10+
ifndef::backend-pdf[]
11+
[discrete.glossary]
12+
== Glossary
13+
14+
include::partial$glossary.adoc[]
15+
endif::[]

modules/ROOT/pages/errors/gql-errors/index.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,6 +1137,18 @@ Status description:: error: syntax error or access rule violation - invalid shar
11371137

11381138
Status description:: error: syntax error or access rule violation - cannot replace sharded database. The database identified by `{ <<db>>1 }` is sharded. Drop the database `{ <<db>>2 }` before recreating.
11391139

1140+
=== xref:errors/gql-errors/42N0D.adoc[42N0D]
1141+
1142+
Status description:: error: syntax error or access rule violation - cannot call function from this context. The function `{ <<fun>> }` cannot be called from the current context. It can only be used `{ <<context>> }`.
1143+
1144+
=== xref:errors/gql-errors/42N0E.adoc[42N0E]
1145+
1146+
Status description:: error: syntax error or access rule violation - cannot call function without metadata. The function `{ <<fun>> }` cannot be called without metadata.
1147+
1148+
=== xref:errors/gql-errors/42N0F.adoc[42N0F]
1149+
1150+
Status description:: error: syntax error or access rule violation - cannot call function without metadata for realm. The function `{ <<fun>> }` cannot be called without metadata for realm: { <<auth>> }.
1151+
11401152
=== xref:errors/gql-errors/42N10.adoc[42N10]
11411153

11421154
Status description:: error: syntax error or access rule violation - no such role. A role with the name `{ <<role>> }` was not found. Verify that the spelling is correct.

0 commit comments

Comments
 (0)