tags | displayed_sidebar | ||
---|---|---|---|
|
docsEnglish |
This page provides a list of error codes related to authentication and authorization.
Class | Description |
---|---|
DB-AUTH-1xxxx |
Errors for the user error category |
DB-AUTH-3xxxx |
Errors for the internal error category |
The following are status codes and messages for the user error category.
Message
The user already exists. Username: %s
Message
The user does not exist. Username: %s
Message
The namespace does not exist. Namespace: %s
Message
The table does not exist. Table: %s
Message
Invalid username or password
Message
Access denied: Invalid auth token
Message
Access denied: You need the %s privilege on the namespace %s to execute this operation
Message
Access denied: You need the %s privilege on the table %s to execute this operation
Message
Access denied: You must be a superuser to execute this operation
Message
Access denied: You can't access information about the user %s
Message
Access denied: You can't alter the user %s
Message
Access denied: You must be a superuser to change the SUPERUSER attribute
Message
You can't change the SUPERUSER attribute for the current user %s
Message
You can't drop the current user %s
Message
Access denied: You can't grant the %s privilege because you don't have the same privilege on the table %s
Message
Access denied: You can't grant the %s privilege because you don't have the same privilege on the namespace %s
Message
Access denied: You can't revoke the %s privilege because you don't have the same privilege on the table %s
Message
Access denied: You can't revoke the %s privilege because you don't have the same privilege on the namespace %s
Message
The operation does not have the target namespace or table name. Operation: %s
The following are status codes and messages for the internal error category.
Message
Getting auth token information failed
Message
Getting the user failed. Username: %s
Message
Creating a user failed. Username: %s
Message
Altering the user failed. Username: %s
Message
Dropping the user failed. Username: %s
Message
Granting privileges failed. Username: %s; Namespace: %s; Privileges: %s
Message
Granting privileges failed. Username: %s; Table: %s; Privileges: %s
Message
Revoking privileges failed. Username: %s; Namespace: %s; Privileges: %s
Message
Revoking privileges failed. Username: %s; Table: %s; Privileges: %s
Message
Getting users failed
Message
Getting privileges failed. Username: %s; Namespace: %s
Message
Getting privileges failed. Username: %s; Table: %s
Message
Deleting privileges failed. Namespace: %s
Message
Deleting privileges failed. Table: %s
Message
Logging in failed. Username: %s
Message
Logging out failed