ScalarDB Analytics エラーコード
このページは英語版のページが機械翻訳されたものです。英語版との間に矛盾または不一致がある場合は、英語版を正としてください。
このページでは、ScalarDB Analytics のエラーコードの一覧を示します。
エラーコードのクラスと説明
| クラス | 説明 |
|---|---|
DB-ANALYTICS-1xxxx | ユーザーエラーカテゴリのエラー |
DB-ANALYTICS-3xxxx | 内部エラーカテゴリのエラー |
DB-ANALYTICS-4xxxx | クライアントエラーカテゴリのエラー |
DB-ANALYTICS-1xxxx ステータスコード
以下は、ユーザーエラーカテゴリのステータスコードとメッセージです。
DB-ANALYTICS-10000
メッセージ
Authentication failed
原因
The provided credentials are invalid or the user does not exist.
対応
Verify the credentials, then retry. Contact your administrator if you cannot recover the credentials.
DB-ANALYTICS-10001
メッセージ
Authentication token has expired
原因
The access token issued during authentication has reached its expiry time.
対応
Re-authenticate to obtain a new token, then retry the request.
DB-ANALYTICS-10002
メッセージ
Authentication token is invalid
原因
The token is malformed, was revoked, or was not issued by this server.
対応
Authenticate again with valid credentials to obtain a new token, then retry. Contact your administrator if the token continues to be rejected.
DB-ANALYTICS-10003
メッセージ
Access denied
原因
The authenticated user lacks the required role or permission for the requested action on the resource.
対応
Ask your administrator to grant the required role (e.g. SUPERADMIN, CATALOG_ADMIN) or the specific permission on the resource, then retry.
DB-ANALYTICS-10100
メッセージ
Catalog already exists
原因
A catalog with the given name has already been created in this Analytics instance.
対応
Choose a different catalog name, or use the existing catalog instead of creating a new one.
DB-ANALYTICS-10101
メッセージ
Data source already exists
原因
A data source with the given name has already been registered in the catalog.
対応
Choose a different data source name, or use the existing data source instead of registering a new one.
DB-ANALYTICS-10102
メッセージ
Namespace already exists
原因
A namespace with the given name already exists in the catalog for the data source.
対応
The namespace is already registered in the catalog for this data source. Use the existing registration, or refresh it if the registration is outdated.
DB-ANALYTICS-10103
メッセージ
Table already exists
原因
A table with the given name already exists in the namespace.
対応
The table is already registered in the catalog for this namespace. Use the existing registration, or refresh it if the registration is outdated.
DB-ANALYTICS-10104
メッセージ
Role already exists
原因
A role with the given name has already been created.
対応
Choose a different role name, or use the existing role instead of creating a new one.
DB-ANALYTICS-10105
メッセージ
User already exists
原因
A user with the given user id has already been registered.
対応
Choose a different user id, or use the existing user instead of registering a new one.