Skip to content

Commit b84ca46

Browse files
phil198renetapopova
authored andcommitted
adding error codes for ABAC metadata function
1 parent ff5cbb2 commit b84ca46

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
@@ -278,6 +278,9 @@
278278
**** xref:errors/gql-errors/42N09.adoc[]
279279
**** xref:errors/gql-errors/42N0A.adoc[]
280280
**** xref:errors/gql-errors/42N0B.adoc[]
281+
**** xref:errors/gql-errors/42N0D.adoc[]
282+
**** xref:errors/gql-errors/42N0E.adoc[]
283+
**** xref:errors/gql-errors/42N0F.adoc[]
281284
**** xref:errors/gql-errors/42N10.adoc[]
282285
**** xref:errors/gql-errors/42N11.adoc[]
283286
**** 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
@@ -1142,6 +1142,18 @@ Status description:: error: syntax error or access rule violation - invalid shar
11421142

11431143
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.
11441144

1145+
=== xref:errors/gql-errors/42N0D.adoc[42N0D]
1146+
1147+
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>> }`.
1148+
1149+
=== xref:errors/gql-errors/42N0E.adoc[42N0E]
1150+
1151+
Status description:: error: syntax error or access rule violation - cannot call function without metadata. The function `{ <<fun>> }` cannot be called without metadata.
1152+
1153+
=== xref:errors/gql-errors/42N0F.adoc[42N0F]
1154+
1155+
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>> }.
1156+
11451157
=== xref:errors/gql-errors/42N10.adoc[42N10]
11461158

11471159
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)