認証および認可エラーコード
注記
このページは英語版のページが機械翻訳されたものです。英語版との間に矛盾または不一致がある場合は、英語版を正としてください。
このページでは、認証および認可に関連するエラーコードの一覧を示します。
エラーコードのクラスと説明
クラス | 説明 |
---|---|
AUTH-1xxxx | ユーザーエラーカテゴリのエラー |
AUTH-3xxxx | 内部エラーカテゴリのエラー |
AUTH-1xxxx
ステータスコード
AUTH-10000
メッセージ
The user already exists. Username: %s
AUTH-10001
メッセージ
The user does not exist. Username: %s
AUTH-10003
メッセージ
The namespace does not exist. Namespace: %s
AUTH-10004
メッセージ
The table does not exist. Table: %s
AUTH-10005
メッセージ
Invalid username or password
AUTH-10006
メッセージ
Access denied: Invalid auth token
AUTH-10007
メッセージ
Access denied: You need the %s privilege for the namespace %s to execute this operation
AUTH-10008
メッセージ
Access denied: You need the %s privilege for the table %s to execute this operation
AUTH-10009
メッセージ
Access denied: You must be a superuser to execute this operation
AUTH-10010
メッセージ
Access denied: You can't access information about the user %s
AUTH-10011
メッセージ
Access denied: You can't alter the user %s
AUTH-10012
メッセージ
Access denied: You must be a superuser to change the SUPERUSER attribute
AUTH-10013
メッセージ
You can't change the SUPERUSER attribute for the current user %s
AUTH-10014
メッセージ
You can't drop the current user %s
AUTH-10015
メッセージ
Access denied: You can't grant the %s privilege because you don't have the same privilege for the table %s
AUTH-10016
メッセージ
Access denied: You can't grant the %s privilege because you don't have the same privilege for the namespace %s
AUTH-10017
メッセージ
Access denied: You can't revoke the %s privilege because you don't have the same privilege for the table %s
AUTH-10018
メッセージ
Access denied: You can't revoke the %s privilege because you don't have the same privilege for the namespace %s
AUTH-10019
メッセージ
The operation does not have the target namespace or table name. Operation: %s
AUTH-3xxxx
ステータスコード
AUTH-30000
メッセージ
Getting auth token information failed
AUTH-30001
メッセージ
Getting the user failed. Username: %s
AUTH-30002
メッセージ
Creating a user failed. Username: %s
AUTH-30003
メッセージ
Altering the user failed. Username: %s
AUTH-30004
メッセージ
Dropping the user failed. Username: %s
AUTH-30005
メッセージ
Granting privileges failed. Username: %s; Namespace: %s; Privileges: %s
AUTH-30006
メッセージ
Granting privileges failed. Username: %s; Table: %s; Privileges: %s
AUTH-30007
メッセージ
Revoking privileges failed. Username: %s; Namespace: %s; Privileges: %s
AUTH-30008
メッセージ
Revoking privileges failed. Username: %s; Table: %s; Privileges: %s
AUTH-30009
メッセージ
Getting users failed