Authentication and Authorization Error Codes
This page provides a list of error codes related to authentication and authorization.
Error code classes and descriptions​
Class | Description |
---|---|
AUTH-1xxxx | Errors for the user error category |
AUTH-3xxxx | Errors for the internal error category |
AUTH-1xxxx
status codes​
AUTH-10000
​
Message
The user already exists. Username: %s
AUTH-10001
​
Message
The user does not exist. Username: %s
AUTH-10003
​
Message
The namespace does not exist. Namespace: %s
AUTH-10004
​
Message
The table does not exist. Table: %s
AUTH-10005
​
Message
Invalid username or password
AUTH-10006
​
Message
Access denied: Invalid auth token
AUTH-10007
​
Message
Access denied: You need the %s privilege for the namespace %s to execute this operation
AUTH-10008
​
Message
Access denied: You need the %s privilege for the table %s to execute this operation
AUTH-10009
​
Message
Access denied: You must be a superuser to execute this operation
AUTH-10010
​
Message
Access denied: You can't access information about the user %s
AUTH-10011
​
Message
Access denied: You can't alter the user %s
AUTH-10012
​
Message
Access denied: You must be a superuser to change the SUPERUSER attribute
AUTH-10013
​
Message
You can't change the SUPERUSER attribute for the current user %s
AUTH-10014
​
Message
You can't drop the current user %s
AUTH-10015
​
Message
Access denied: You can't grant the %s privilege because you don't have the same privilege for the table %s
AUTH-10016
​
Message
Access denied: You can't grant the %s privilege because you don't have the same privilege for the namespace %s
AUTH-10017
​
Message
Access denied: You can't revoke the %s privilege because you don't have the same privilege for the table %s
AUTH-10018
​
Message
Access denied: You can't revoke the %s privilege because you don't have the same privilege for the namespace %s
AUTH-10019
​
Message
The operation does not have the target namespace or table name. Operation: %s
AUTH-3xxxx
status codes​
AUTH-30000
​
Message
Getting auth token information failed
AUTH-30001
​
Message
Getting the user failed. Username: %s
AUTH-30002
​
Message
Creating a user failed. Username: %s
AUTH-30003
​
Message
Altering the user failed. Username: %s
AUTH-30004
​
Message
Dropping the user failed. Username: %s
AUTH-30005
​
Message
Granting privileges failed. Username: %s; Namespace: %s; Privileges: %s
AUTH-30006
​
Message
Granting privileges failed. Username: %s; Table: %s; Privileges: %s
AUTH-30007
​
Message
Revoking privileges failed. Username: %s; Namespace: %s; Privileges: %s
AUTH-30008
​
Message
Revoking privileges failed. Username: %s; Table: %s; Privileges: %s
AUTH-30009
​
Message
Getting users failed
AUTH-30010
​
Message
Getting privileges failed. Username: %s; Namespace: %s
AUTH-30011
​
Message
Getting privileges failed. Username: %s; Table: %s
AUTH-30012
​
Message
Deleting privileges failed. Namespace: %s
AUTH-30013
​
Message
Deleting privileges failed. Table: %s
AUTH-30014
​
Message
Logging in failed. Username: %s
AUTH-30015
​
Message
Logging out failed