ScalarDB Schema Loader エラーコード
注記
このページは英語版のページが機械翻訳されたものです。英語版との間に矛盾または不一致がある場合は、英語版を正としてください。
このページでは、ScalarDB Schema Loader のエラーコードの一 覧を示します。
エラーコードのクラスと説明
クラス | 説明 |
---|---|
DB-SCHEMA-LOADER-1xxxx | ユーザーエラーカテゴリのエラ |
DB-SCHEMA-LOADER-1xxxx
ステータスコード
以下は、ユーザーエラーカテゴリのステータスコードとメッセージです。
DB-SCHEMA-LOADER-10000
メッセージ
The table does not exist. Table: %s
DB-SCHEMA-LOADER-10001
メッセージ
The partition keys for the table %s.%s were modified, but altering partition keys is not supported
DB-SCHEMA-LOADER-10002
メッセージ
The clustering keys for the table %s.%s were modified, but altering clustering keys is not supported
DB-SCHEMA-LOADER-10003
メッセージ
The clustering order of the table %s.%s were modified, but altering the clustering order is not supported
DB-SCHEMA-LOADER-10004
メッセージ
The column %s in the table %s.%s has been deleted. Column deletion is not supported when altering a table
DB-SCHEMA-LOADER-10005
メッセージ
The data type for the column %s in the table %s.%s was modified, but altering data types is not supported
DB-SCHEMA-LOADER-10006
メッセージ
Specifying the '--schema-file' option is required when using the '--repair-all' option
DB-SCHEMA-LOADER-10007
メッセージ
Specifying the '--schema-file' option is required when using the '--alter' option
DB-SCHEMA-LOADER-10008
メッセージ
Specifying the '--schema-file' option is required when using the '--import' option
DB-SCHEMA-LOADER-10009
メッセージ
Specifying the '--coordinator' option with the '--import' option is not allowed. Create Coordinator tables separately
DB-SCHEMA-LOADER-10010
メッセージ
Reading the configuration file failed. File: %s
DB-SCHEMA-LOADER-10011
メッセージ
Reading the schema file failed. File: %s
DB-SCHEMA-LOADER-10012
メッセージ
Parsing the schema JSON failed. Details: %s
DB-SCHEMA-LOADER-10013
メッセージ
The table name must contain the namespace and the table. Table: %s
DB-SCHEMA-LOADER-10014
メッセージ
The partition key must be specified. Table: %s