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 @@ -376,6 +376,8 @@
**** xref:errors/gql-errors/42NAA.adoc[]
**** xref:errors/gql-errors/42NAB.adoc[]
**** xref:errors/gql-errors/42NAC.adoc[]
**** xref:errors/gql-errors/42NAD.adoc[]
**** xref:errors/gql-errors/42NAE.adoc[]
**** xref:errors/gql-errors/42NFC.adoc[]
**** xref:errors/gql-errors/42NFD.adoc[]
**** xref:errors/gql-errors/42NFE.adoc[]
Expand Down
11 changes: 11 additions & 0 deletions modules/ROOT/pages/errors/gql-errors/42NAD.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
= 42NAD

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

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

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

== Status description
error: syntax error or access rule violation - auth rule already exists. An auth rule with the name `{ <<authRule>> }` already exists.

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

include::partial$glossary.adoc[]
endif::[]
1 change: 1 addition & 0 deletions modules/ROOT/partials/glossary.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
[[arg]]$arg:: Procedure or function argument, for example, `database`, `pause`, `dryrun`, etc.
[[argType]]$argType:: Argument type, either input or output.
[[auth]]$auth:: Auth provider name, for example, `ldap`, `native`.
[[authRule]]$authRule:: ABAC auth rule name.
[[boltServerState]]$boltServerState:: Bolt server state, for example, `READY`.
[[boltMsgLenLimit]]$boltMsgLenLimit:: Bolt message length limit, for example, `1000`.
[[bytes]]$bytes:: Number of bytes.
Expand Down