メインコンテンツまでスキップ
バージョン: 3.19

ScalarDB Cluster エラーコード

注記

このページは英語版のページが機械翻訳されたものです。英語版との間に矛盾または不一致がある場合は、英語版を正としてください。

このページでは、ScalarDB Cluster のエラーコードの一覧を示します。

エラーコードのクラスと説明

クラス説明
DB-CLUSTER-1xxxxユーザーエラーカテゴリのエラー
DB-CLUSTER-2xxxx同時実行エラーカテゴリのエラー
DB-CLUSTER-3xxxx内部エラーカテゴリのエラー

DB-CLUSTER-1xxxx ステータスコード

以下は、ユーザーエラーカテゴリのステータスコードとメッセージです。

DB-CLUSTER-10000

メッセージ

The namespace does not exist. Namespace: %s

DB-CLUSTER-10001

メッセージ

The table does not exist. Table: %s

DB-CLUSTER-10002

メッセージ

The user does not exist. User: %s

DB-CLUSTER-10004

メッセージ

The get type is unspecified

DB-CLUSTER-10005

メッセージ

The get type is unrecognized

DB-CLUSTER-10006

メッセージ

The value of the column is not set. Column: %s

DB-CLUSTER-10007

メッセージ

The scan type is unspecified

DB-CLUSTER-10008

メッセージ

The scan type is unrecognized

DB-CLUSTER-10009

メッセージ

The order is unspecified

DB-CLUSTER-10010

メッセージ

The order is unrecognized

DB-CLUSTER-10011

メッセージ

The clustering order is unspecified

DB-CLUSTER-10012

メッセージ

The clustering order is unrecognized

DB-CLUSTER-10013

メッセージ

The put condition type is unspecified

DB-CLUSTER-10014

メッセージ

The put condition type is unrecognized

DB-CLUSTER-10015

メッセージ

The delete condition type is unspecified

DB-CLUSTER-10016

メッセージ

The delete condition type is unrecognized

DB-CLUSTER-10017

メッセージ

The operator is unspecified

DB-CLUSTER-10018

メッセージ

The operator is unrecognized

DB-CLUSTER-10019

メッセージ

The mutation is not set

DB-CLUSTER-10020

メッセージ

The data type is unspecified

DB-CLUSTER-10021

メッセージ

The data type is unrecognized

DB-CLUSTER-10022

メッセージ

The user option is unspecified

DB-CLUSTER-10023

メッセージ

The user option is unrecognized

DB-CLUSTER-10024

メッセージ

The privilege is unspecified

DB-CLUSTER-10025

メッセージ

The privilege is unrecognized

DB-CLUSTER-10026

メッセージ

The username is not set

DB-CLUSTER-10027

メッセージ

This feature is not supported in ScalarDB Cluster

DB-CLUSTER-10028

メッセージ

The contact points must not be empty. Property: %s

DB-CLUSTER-10029

メッセージ

The contact points must be prefixed with 'indirect:' or 'direct-kubernetes:'. Property: %s

DB-CLUSTER-10030

メッセージ

The format of the contact points for the direct-kubernetes mode is 'direct-kubernetes:<NAMESPACE_NAME>/<ENDPOINT_NAME>' or 'direct-kubernetes:<ENDPOINT_NAME>'. Property: %s

DB-CLUSTER-10035

メッセージ

The update condition type is unspecified

DB-CLUSTER-10036

メッセージ

The update condition type is unrecognized

DB-CLUSTER-10037

メッセージ

The two-phase commit interface is not supported

DB-CLUSTER-10039

メッセージ

The policy state is unspecified

DB-CLUSTER-10040

メッセージ

The policy state is unrecognized

DB-CLUSTER-10041

メッセージ

The access mode is unspecified

DB-CLUSTER-10042

メッセージ

The access mode is unrecognized

DB-CLUSTER-10043

メッセージ

The service does not exist. Service Class: %s

DB-CLUSTER-10044

メッセージ

The policy does not exist. Policy: %s

DB-CLUSTER-10057

メッセージ

The operation is not set

DB-CLUSTER-10058

メッセージ

The batch result is not set

DB-CLUSTER-10059

メッセージ

Resuming a transaction is not allowed when piggyback-begin is enabled

DB-CLUSTER-10060

メッセージ

Resuming a transaction is not allowed when write-buffering is enabled

DB-CLUSTER-10061

メッセージ

The transaction has not begun yet. This situation may occur when piggyback-begin is enabled

DB-CLUSTER-10062

メッセージ

The transaction already exists. Transaction ID: %s

DB-CLUSTER-10063

メッセージ

The authentication method is unspecified

DB-CLUSTER-10064

メッセージ

The authentication method is unrecognized

DB-CLUSTER-10065

メッセージ

Nested holder calls are not supported

DB-CLUSTER-10066

メッセージ

No value set in the thread-local holder. Use the holder's execute method to set it.

DB-CLUSTER-10067

メッセージ

The auth type specified in attributes is invalid. Auth type: %s

DB-CLUSTER-10068

メッセージ

The required attribute is missing. Auth type: %s; Attribute: %s

DB-CLUSTER-10069

メッセージ

The write type is unspecified

DB-CLUSTER-10070

メッセージ

The write type is unrecognized

DB-CLUSTER-10071

メッセージ

The write-set detail level is unspecified

DB-CLUSTER-10072

メッセージ

The write-set detail level is unrecognized

DB-CLUSTER-10073

メッセージ

The transaction ID is required for this operation but was not specified

DB-CLUSTER-10074

メッセージ

'scalar.db.cluster.id' must be configured when 'scalar.db.cluster.node.transaction_participant.enabled' is enabled

DB-CLUSTER-10075

メッセージ

The cluster is not configured. Cluster ID: %s; Configured clusters: %s

DB-CLUSTER-10076

メッセージ

'scalar.db.cluster.transaction_coordinator.clusters' must be configured with at least one cluster ID

DB-CLUSTER-10077

メッセージ

The cluster IDs in 'scalar.db.cluster.transaction_coordinator.clusters' must be unique. Duplicate cluster ID: %s

DB-CLUSTER-10078

メッセージ

Joining a transaction is not allowed when piggyback-begin is enabled

DB-CLUSTER-10079

メッセージ

Joining a transaction is not allowed when write-buffering is enabled

DB-CLUSTER-10080

メッセージ

'scalar.db.cluster.id' must be configured for the cluster connection when 'scalar.db.cluster.client.transaction_coordinator.enabled' is enabled

DB-CLUSTER-10081

メッセージ

The cluster connection is not configured, so this operation is not available. A transaction coordinator client without a cluster connection can only begin, commit, and roll back transactions

DB-CLUSTER-10082

メッセージ

Joining a transaction is not allowed when authentication is enabled

DB-CLUSTER-10083

メッセージ

Resuming a transaction is not allowed when authentication is enabled

DB-CLUSTER-2xxxx ステータスコード

以下は、同時実行エラーカテゴリのステータスコードとメッセージです。

DB-CLUSTER-20000

メッセージ

The hop limit is exceeded

DB-CLUSTER-20001

メッセージ

A transaction associated with the specified transaction ID is not found. The transaction might have expired, or the cluster node that handled the transaction might have been restarted. Transaction ID: %s

DB-CLUSTER-20002

メッセージ

A scanner associated with the specified scanner ID is not found. The scanner might have expired, or the cluster node that handled the scanner might have been restarted. Transaction ID: %s; Scanner ID: %s

DB-CLUSTER-20003

メッセージ

The transaction was aborted because its authentication token was rejected during commit. The token snapshot of an in-flight transaction cannot be refreshed, so retry the transaction from the beginning

DB-CLUSTER-3xxxx ステータスコード

以下は、内部エラーカテゴリのステータスコードとメッセージです。

DB-CLUSTER-30000

メッセージ

Getting local IP addresses failed

DB-CLUSTER-30001

メッセージ

Getting a cluster node object from the cache failed. Cluster Node IP Address: %s

DB-CLUSTER-30002

メッセージ

The ring is empty

DB-CLUSTER-30003

メッセージ

Getting the Kubernetes API client failed

DB-CLUSTER-30004

メッセージ

Reading the Kubernetes endpoint failed. Namespace: %s; Name: %s; Code: %d; Response Headers: %s; Response Body: %s

DB-CLUSTER-30005

メッセージ

Configuring TLS failed

DB-CLUSTER-30006

メッセージ

No nearest cluster nodes are found