Skip to content

Commit 65f463c

Browse files
committed
update two mentions of error codes
1 parent bada784 commit 65f463c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

modules/ROOT/pages/authentication-authorization/database-administration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Use `REVOKE` if you want to remove a privilege.
180180

181181
Common errors, such as misspellings or attempts to revoke privileges that have not been granted or denied, will lead to notifications.
182182
Some of these notifications may be replaced with errors in a future major version of Neo4j.
183-
See link:{neo4j-docs-base-uri}/status-codes/{page-version}/notifications/all-notifications[Status Codes -> Notification codes] for details on notifications.
183+
See link:{neo4j-docs-base-uri}/status-codes/{page-version}/notifications/all-notifications[Status Codes for Errors & Notifications -> Server notifications] for details on notifications.
184184

185185
The hierarchy between the different database privileges is shown in the image below.
186186

modules/ROOT/pages/database-administration/aliases/manage-aliases-composite-databases.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ CREATE ALIAS yard FOR DATABASE garden
118118
[source, output, role="noheader"]
119119
----
120120
Failed to create the specified database alias 'yard': Database 'garden' is composite.
121+
122+
GQLSTATUS 42NA6, error: syntax error or access rule violation - invalid alias target. Aliases are not allowed to target composite databases.
121123
----
122124

123125
== Alter local and remote database aliases in composite databases
@@ -353,6 +355,7 @@ DROP ALIAS $aliasname FOR DATABASE
353355
----
354356
Failed to delete the specified database alias 'foo.bar': Database alias does not exist.
355357
----
358+
//GQLSTATUS 50N00, error: general processing exception - internal error. Internal exception raised { $msgTitle }: Failed to create the specified database alias 'foo.bar'. Database alias does not exist.
356359

357360
Had the composite database `foo` not existed, the database alias `foo.bar` would have been dropped.
358361

0 commit comments

Comments
 (0)