属性ベースのアクセス制御エラーコード
注記
このページは英語版のページが機械翻訳されたものです。英語版との間に矛盾または不一致がある場合は、英語版を正としてください。
このページでは、属性ベースのアクセス制御に関連するエラーコードの一覧を示します。
エラーコードのクラスと説明
クラス | 説明 |
---|---|
DB-ABAC-1xxxx | ユーザーエラーカテゴリのエラー |
DB-ABAC-2xxxx | 同時実行エラーカテゴリのエラー |
DB-ABAC-3xxxx | 内部エラーカテゴリのエラー |
DB-ABAC-1xxxx
ステータスコード
以下は、ユーザーエラーカテゴリのステータスコードとメッセージです。
DB-ABAC-10000
メッセージ
The put operation is not supported. Use insert, upsert, or update instead
DB-ABAC-10001
メッセージ
The default level must be less than or equal to the level. Default-level short name: %s; Default-level number: %d; Level short name: %s; Level number: %d
DB-ABAC-10002
メッセージ
The row level must be less than or equal to the level. Row-level short name: %s; Row-level number: %d; Level short name: %s; Level number: %d
DB-ABAC-10003
メッセージ
The operation does not have the target namespace or table name. Operation: %s
DB-ABAC-10004
メッセージ
The policy does not exist. Policy: %s
DB-ABAC-10005
メッセージ
The level does not exist. Policy: %s; Level short name: %s
DB-ABAC-10006
メッセージ
The compartment does not exist. Policy: %s; Compartment short name: %s
DB-ABAC-10007
メッセージ
The group does not exist. Policy: %s; Group short name: %s
DB-ABAC-10008
メッセージ
The policy already exists. Policy: %s
DB-ABAC-10009
メッセージ
The data tag column name is already in use in the policy %s. Policy: %s; Data tag column name: %s
DB-ABAC-10010
メッセージ
The level already exists. Policy: %s; Level short name: %s
DB-ABAC-10011
メッセージ
The compartment already exists. Policy: %s; Compartment short name: %s
DB-ABAC-10012
メッセージ
The group already exists. Policy: %s; Group short name: %s
DB-ABAC-10013
メッセージ
The parent group does not exist. Policy: %s; Group short name: %s; Parent-group short name: %s
DB-ABAC-10014
メッセージ
The parent group is the same as the child group. Policy: %s; Group short name: %s; Parent-group short name: %s
DB-ABAC-10015
メッセージ
The group has child groups. Policy: %s; Group short name: %s
DB-ABAC-10016
メッセージ
The compartment cannot be a row compartment for read-only access mode. Policy: %s; User: %s; Compartment short name: %s
DB-ABAC-10017
メッセージ
The compartment is already assigned to the user. Policy: %s; User: %s; Compartment short name: %s
DB-ABAC-10018
メッセージ
The group cannot be a row group for read-only access mode. Policy: %s; User: %s; Group short name: %s
DB-ABAC-10019
メッセージ
The group is already assigned to the user. Policy: %s; User: %s; Group short name: %s
DB-ABAC-10020
メッセージ
The namespace does not exist. Namespace: %s
DB-ABAC-10021
メッセージ
The namespace policy already exists. NamespacePolicy: %s
DB-ABAC-10022
メッセージ
The namespace policy does not exist. NamespacePolicy: %s
DB-ABAC-10023
メッセージ
The table does not exist. Table: %s
DB-ABAC-10024
メッセージ
The table policy already exists. TablePolicy: %s
DB-ABAC-10025
メッセージ
The table policy does not exist. TablePolicy: %s
DB-ABAC-10026
メッセージ
The short name must not be empty. Short name: %s
DB-ABAC-10027
メッセージ
The short name must be 30 characters or less. Short name: %s
DB-ABAC-10028
メッセージ
The short name must not contain a colon. Short name: %s
DB-ABAC-10029
メッセージ
The short name must not contain a comma. Short name: %s
DB-ABAC-10030
メッセージ
The data tag is invalid. Data tag: %s
DB-ABAC-10031
メッセージ
The level must be specified in the data tag. Data tag: %s
DB-ABAC-10032
メッセージ
The user tag is invalid. User tag: %s
DB-ABAC-10033
メッセージ
The level must be specified in the user tag. User tag: %s
DB-ABAC-10034
メッセージ
The specified user tag is not allowed. User tag: %s
DB-ABAC-10035
メッセージ
The data tag column type should be TEXT. Policy: %s; Data tag column: %s
DB-ABAC-10036
メッセージ
The specified data tag is not allowed. Data tag: %s
DB-ABAC-10037
メッセージ
The data tag column cannot be used in conditions. Operation: %s; Data tag column: %s
DB-ABAC-10038
メッセージ
The operation is not allowed for the policy. Policy: %s; Operation: %s
DB-ABAC-10039
メッセージ
Access denied: Invalid auth token
DB-ABAC-10040
メッセージ
The authentication and authorization feature must be enabled to use the attribute-based access control feature
DB-ABAC-10041
メッセージ
The single CRUD operation transaction manager does not support the attribute-based access control feature
DB-ABAC-10042
メッセージ
The data tag column cannot be used in ordering. Operation: %s; Data tag column: %s
DB-ABAC-10043
メッセージ
The namespace policy for the policy and namespace already exists. Policy: %s; Namespace: %s
DB-ABAC-10044
メッセージ
The table policy for the policy and table already exists. Policy: %s; Table: %s
DB-ABAC-2xxxx
ステータスコード
以下は、同時実行エラーカテゴリのステータスコードとメッセージです。
DB-ABAC-20000
メッセージ
The record does not exist, so the %s condition is not satisfied
DB-ABAC-3xxxx
ステータスコード
以下は、内部エラーカテゴリのステータスコードとメッセージです。
DB-ABAC-30000
メッセージ
Creating a policy failed. Policy: %s; Data tag column: %s
DB-ABAC-30001
メッセージ
Enabling the policy failed. Policy: %s
DB-ABAC-30002
メッセージ
Disabling the policy failed. Policy: %s
DB-ABAC-30003
メッセージ
Getting the policy failed. Policy: %s
DB-ABAC-30004
メッセージ
Getting the policies failed
DB-ABAC-30005
メッセージ
Creating a level failed. Policy: %s; Level short name: %s; Level long name: %s; Level number: %d
DB-ABAC-30006
メッセージ
Dropping the level failed. Policy: %s; Level short name: %s
DB-ABAC-30007
メッセージ
Getting the level failed. Policy: %s; Level short name: %s
DB-ABAC-30008
メッセージ
Getting the levels failed. Policy: %s
DB-ABAC-30009
メッセージ
Creating a compartment failed. Policy: %s; Compartment short name: %s; Compartment long name: %s
DB-ABAC-30010
メッセージ
Dropping the compartment failed. Policy: %s; Compartment short name: %s
DB-ABAC-30011
メッセージ
Getting the compartment failed. Policy: %s; Compartment short name: %s
DB-ABAC-30012
メッセージ
Getting the compartments failed. Policy: %s
DB-ABAC-30013
メッセージ
Creating a group failed. Policy: %s; Group short name: %s; Group long name: %s; Parent-group short name: %s
DB-ABAC-30014
メッセージ
Dropping the group failed. Policy: %s; Group short name: %s
DB-ABAC-30015
メッセージ
Getting the group failed. Policy: %s; Group short name: %s
DB-ABAC-30016
メッセージ
Getting groups failed. Policy: %s
DB-ABAC-30017
メッセージ
Getting child groups failed. Policy: %s; Parent-group short name: %s
DB-ABAC-30018
メッセージ
Setting the levels to the user failed. Policy: %s; User: %s; Level short name: %s; Default-level short name: %s; Row-level short name: %s
DB-ABAC-30019
メッセージ
Adding the compartment to the user failed. Policy: %s; User: %s; Compartment short name: %s
DB-ABAC-30020
メッセージ
Removing the compartment from the user failed. Policy: %s; User: %s; Compartment short name: %s
DB-ABAC-30021
メッセージ
Adding the group to the user failed. Policy: %s; User: %s; Group short name: %s
DB-ABAC-30022
メッセージ
Removing the group from the user failed. Policy: %s; User: %s; Group short name: %s
DB-ABAC-30023
メッセージ
Dropping the user tag information from the user failed. Policy: %s; User: %s
DB-ABAC-30024
メッセージ
Getting the user tag information failed. Policy: %s; User: %s
DB-ABAC-30025
メッセージ
Creating a namespace policy failed. NamespacePolicy: %s; Policy: %s; Namespace: %s
DB-ABAC-30026
メッセージ
Enabling the namespace policy failed. NamespacePolicy: %s
DB-ABAC-30027
メッセージ
Disabling the namespace policy failed. NamespacePolicy: %s
DB-ABAC-30028
メッセージ
Removing the namespace policies assigned to the namespace failed. Namespace: %s
DB-ABAC-30029
メッセージ
Getting the namespace policies failed
DB-ABAC-30030
メッセージ
Creating a table policy failed. TablePolicy: %s; Policy: %s; Table: %s
DB-ABAC-30031
メッセージ
Enabling the table policy failed. TablePolicy: %s
DB-ABAC-30032
メッセージ
Disabling the table policy failed. TablePolicy: %s
DB-ABAC-30033
メッセージ
Removing the table policies assigned to the table failed. Table: %s
DB-ABAC-30034
メッセージ
Getting the table policies failed
DB-ABAC-30035
メッセージ
Getting the policies assigned to the namespace failed. Namespace: %s
DB-ABAC-30036
メッセージ
Getting the policies assigned to the table failed. Table: %s
DB-ABAC-30037
メッセージ
Registering the data tag failed. Policy: %s; Data tag: %s
DB-ABAC-30038
メッセージ
Getting the data tags failed. Policy: %s
DB-ABAC-30039
メッセージ
Getting the namespace policy failed. NamespacePolicy: %s
DB-ABAC-30040
メッセージ
Getting the table policy failed. TablePolicy: %s