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