認証および認可エラーコード
注記
このページは英語版のページが機械翻訳されたものです。英語版との間に矛盾または不一致がある場合は、英語版を正としてください。
このページでは、認証および認可に関連するエラーコードの一覧を示します。
エラーコードのクラスと説明
| クラス | 説明 |
|---|---|
DB-AUTH-1xxxx | ユーザーエラーカテゴリのエラー |
DB-AUTH-3xxxx | 内部エラーカテゴリのエラー |
DB-AUTH-1xxxx ステータスコード
以下は、ユーザーエラーカテゴリのステータスコードとメッセージです。
DB-AUTH-10000
メッセージ
The user already exists. Username: %s
DB-AUTH-10001
メッセージ
The user does not exist. Username: %s
DB-AUTH-10003
メッセージ
The namespace does not exist. Namespace: %s
DB-AUTH-10004
メッセージ
The table does not exist. Table: %s
DB-AUTH-10005
メッセージ
Invalid username or password
DB-AUTH-10006
メッセージ
Access denied: Invalid auth token
DB-AUTH-10007
メッセージ
Access denied: You need the %s privilege on the namespace %s to execute this operation
DB-AUTH-10008
メッセージ
Access denied: You need the %s privilege on the table %s to execute this operation
DB-AUTH-10009
メッセージ
Access denied: You must be a superuser to execute this operation
DB-AUTH-10010
メッセージ
Access denied: You can't access information about the user %s
DB-AUTH-10011
メッセージ
Access denied: You can't alter the user %s
DB-AUTH-10012
メッセージ
Access denied: You must be a superuser to change the SUPERUSER attribute
DB-AUTH-10013
メッセージ
You can't change the SUPERUSER attribute for the current user %s
DB-AUTH-10014
メッセージ
You can't drop the current user %s
DB-AUTH-10015
メッセージ
Access denied: You can't grant the %s privilege because you don't have the same privilege with GRANT OPTION on the table %s
DB-AUTH-10016
メッセージ
Access denied: You can't grant the %s privilege because you don't have the same privilege with GRANT OPTION on the namespace %s
DB-AUTH-10017
メッセージ
Access denied: You can't revoke the %s privilege because you don't have the same privilege with GRANT OPTION on the table %s
DB-AUTH-10018
メッセージ
Access denied: You can't revoke the %s privilege because you don't have the same privilege with GRANT OPTION on the namespace %s
DB-AUTH-10019
メッセージ
The operation does not have the target namespace or table name. Operation: %s
DB-AUTH-10020
メッセージ
The table already exists. Table: %s
DB-AUTH-10021
メッセージ
The role already exists. Role: %s
DB-AUTH-10022
メッセージ
The role does not exist. Role: %s
DB-AUTH-10023
メッセージ
Role not created because it would cause a role cycle to occur. Role: %s; GrantedRole: %s
DB-AUTH-10024
メッセージ
Access denied: You must be a superuser or have the admin option to execute this operation. Role: %s
DB-AUTH-10025
メッセージ
Access denied: You must be associated with the role %s
DB-AUTH-10026
メッセージ
Access denied: You can't grant the %s privilege to the role %s because you don't have the same privilege with GRANT OPTION on the table %s
DB-AUTH-10027
メッセージ
Access denied: You can't grant the %s privilege to the role %s because you don't have the same privilege with GRANT OPTION on the namespace %s
DB-AUTH-10028
メッセージ
Access denied: You can't revoke the %s privilege from the role %s because you don't have the same privilege with GRANT OPTION on the table %s
DB-AUTH-10029
メッセージ
Access denied: You can't revoke the %s privilege from the role %s because you don't have the same privilege with GRANT OPTION on the namespace %s
DB-AUTH-10030
メッセージ
Only a single trusted issuer is supported for OIDC. Multiple issuers will be supported in a future release.
DB-AUTH-10031
メッセージ
Access denied: You must be a superuser to change the AUTHENTICATION_METHODS attribute
DB-AUTH-10032
メッセージ
The OIDC username claim must be specified when OIDC is enabled.
DB-AUTH-10033
メッセージ
The OIDC ABAC claim is missing the 'policies' key or it is not an object.
DB-AUTH-10034
メッセージ
The OIDC ABAC claim has an invalid policy. Policy: %s; Details: %s
DB-AUTH-10035
メッセージ
The OIDC ABAC claim '%s' is not found in the JWT.
DB-AUTH-3xxxx ステータスコード
以下は、内部エラーカテゴリのステータスコードとメッセージです。
DB-AUTH-30000
メッセージ
Getting auth token information failed
DB-AUTH-30001
メッセージ
Getting the user failed. Username: %s
DB-AUTH-30002
メッセージ
Creating a user failed. Username: %s
DB-AUTH-30003
メッセージ
Altering the user failed. Username: %s
DB-AUTH-30004
メッセージ
Dropping the user failed. Username: %s
DB-AUTH-30005
メッセージ
Granting privileges failed. Username: %s; Namespace: %s; Privileges: %s
DB-AUTH-30006
メッセージ
Granting privileges failed. Username: %s; Table: %s; Privileges: %s
DB-AUTH-30007
メッセージ
Revoking privileges failed. Username: %s; Namespace: %s; Privileges: %s
DB-AUTH-30008
メッセージ
Revoking privileges failed. Username: %s; Table: %s; Privileges: %s
DB-AUTH-30009
メッセージ
Getting users failed
DB-AUTH-30010
メッセージ
Getting privileges failed. Username: %s; Namespace: %s
DB-AUTH-30011
メッセージ
Getting privileges failed. Username: %s; Table: %s
DB-AUTH-30012
メッセージ
Deleting privileges failed. Namespace: %s
DB-AUTH-30013
メッセージ
Deleting privileges failed. Table: %s
DB-AUTH-30014
メッセージ
Logging in failed. Username: %s
DB-AUTH-30015
メッセージ
Logging out failed
DB-AUTH-30016
メッセージ
Renaming table in privileges failed. Old table: %s; New table: %s
DB-AUTH-30017
メッセージ
Creating a role failed. Role: %s
DB-AUTH-30018
メッセージ
Dropping the role failed. Role: %s
DB-AUTH-30019
メッセージ
Granting the role to the user failed. User: %s; Role: %s
DB-AUTH-30020
メッセージ
Revoking the role from the user failed. User: %s; Role: %s
DB-AUTH-30021
メッセージ
Revoking the admin option from the user failed. User: %s; Role: %s
DB-AUTH-30022
メッセージ
Granting the role to the role failed. Role: %s; Granted role: %s
DB-AUTH-30023
メッセージ
Revoking role from role failed. Role: %s; Granted role: %s
DB-AUTH-30024
メッセージ
Revoking admin option from role failed. Role: %s; Granted role: %s
DB-AUTH-30025
メッセージ
Getting the role failed. RoleName: %s
DB-AUTH-30026
メッセージ
Getting roles failed
DB-AUTH-30027
メッセージ
Getting role hierarchies failed. Role: %s
DB-AUTH-30028
メッセージ
Getting users for role failed. Role: %s
DB-AUTH-30029
メッセージ
Getting roles for the user failed. Username: %s
DB-AUTH-30030
メッセージ
Getting role privileges failed. RoleName: %s; Namespace: %s
DB-AUTH-30031
メッセージ
Getting role privileges failed. RoleName: %s; Table: %s
DB-AUTH-30032
メッセージ
Granting privileges to the role failed. Role: %s; Namespace: %s; Privileges: %s
DB-AUTH-30033
メッセージ
Granting privileges to the role failed. Role: %s; Table: %s; Privileges: %s
DB-AUTH-30034
メッセージ
Revoking privileges from the role failed. Role: %s; Namespace: %s; Privileges: %s
DB-AUTH-30035
メッセージ
Revoking privileges from the role failed. Role: %s; Table: %s; Privileges: %s