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

ScalarDL Auditor エラーコード

注記

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

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

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

クラス説明
DL-AUDITOR-3xxxx検証エラーカテゴリのエラー
DL-AUDITOR-4xxxxユーザーエラーカテゴリのエラー
DL-AUDITOR-5xxxx内部エラーカテゴリのエラー

DL-AUDITOR-3xxxx ステータスコード

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

DL-AUDITOR-304001

メッセージ

The nonce has already been used.

対処法

Data or program tampering, or a software bug, may have occurred. Contact your system administrator to check for any signs of malicious activity.

DL-AUDITOR-305001

メッセージ

The request has been tampered with.

対処法

Data or program tampering, or a software bug, may have occurred. Contact your system administrator to check for any signs of malicious activity.

DL-AUDITOR-305002

メッセージ

The specified asset proof doesn't exist in Ledger.

対処法

Data or program tampering, or a software bug, may have occurred. Contact your system administrator to check for any signs of malicious activity.

DL-AUDITOR-305003

メッセージ

The specified request proof doesn't exist.

対処法

Data or program tampering, or a software bug, may have occurred. Contact your system administrator to check for any signs of malicious activity.

DL-AUDITOR-305004

メッセージ

Hash validation failed.

対処法

Data or program tampering, or a software bug, may have occurred. Contact your system administrator to check for any signs of malicious activity.

DL-AUDITOR-305005

メッセージ

The specified lock entry doesn't exist. A bug might exist, or tampering might have occurred.

対処法

Data or program tampering, or a software bug, may have occurred. Contact your system administrator to check for any signs of malicious activity.

DL-AUDITOR-305006

メッセージ

An invalid asset proof is given. Namespace: %s; Asset ID: %s

対処法

Data or program tampering, or a software bug, may have occurred. Contact your system administrator to check for any signs of malicious activity.

DL-AUDITOR-305007

メッセージ

The expected asset record doesn't exist.

対処法

Data or program tampering, or a software bug, may have occurred. Contact your system administrator to check for any signs of malicious activity.

DL-AUDITOR-305008

メッセージ

The specified asset and the asset lock are inconsistent.

対処法

Data or program tampering, or a software bug, may have occurred. Contact your system administrator to check for any signs of malicious activity.

DL-AUDITOR-305009

メッセージ

The specified lock type is not supported. Type: %s

対処法

Data or program tampering, or a software bug, may have occurred. Contact your system administrator to check for any signs of malicious activity.

DL-AUDITOR-305010

メッセージ

readUnlock is used for unlocked or write-locked assets.

対処法

Data or program tampering, or a software bug, may have occurred. Contact your system administrator to check for any signs of malicious activity.

DL-AUDITOR-305011

メッセージ

writeUnlock is used for unlocked or read-locked assets.

対処法

Data or program tampering, or a software bug, may have occurred. Contact your system administrator to check for any signs of malicious activity.

DL-AUDITOR-4xxxx ステータスコード

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

DL-AUDITOR-407001

メッセージ

The lock must be validated before it can be released.

対処法

Validate the lock before attempting to release it.

DL-AUDITOR-409001

メッセージ

The specified asset is not found.

対処法

Verify the asset ID and namespace are correct and the asset has been created.

DL-AUDITOR-414001

メッセージ

%s must be set if HMAC authentication is used.

対処法

Set 'scalar.dl.auditor.authentication.hmac.cipher_key' in the Auditor configuration file (e.g., auditor.properties). Use an unpredictable and long value for security.

DL-AUDITOR-414002

メッセージ

Authentication between Ledger and Auditor is not correctly configured. Set %s along with a private key with %s or %s if you use digital signature authentication.

対処法

For digital signature authentication, set these properties in auditor.properties: 'scalar.dl.auditor.cert_holder_id' and either 'scalar.dl.auditor.private_key_path' (path to PEM file) or 'scalar.dl.auditor.private_key_pem' (PEM-encoded data). Ensure the authentication method matches the Ledger configuration.

DL-AUDITOR-414003

メッセージ

Authentication between Ledger and Auditor is not correctly configured. Set %s if you use HMAC authentication.

対処法

For HMAC authentication between Ledger and Auditor, set 'scalar.dl.auditor.servers.authentication.hmac.secret_key' in auditor.properties with a shared secret. This must match the Ledger's corresponding HMAC secret key.

DL-AUDITOR-5xxxx ステータスコード

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

DL-AUDITOR-500001

メッセージ

Binding the request proof failed. Details: %s

対処法

Check the error details in the logs and verify your database configuration and connection.

DL-AUDITOR-500002

メッセージ

Getting the request proof failed. Details: %s

対処法

Check the error details in the logs and verify your database configuration and connection.

DL-AUDITOR-500003

メッセージ

Binding the asset record failed. Details: %s

対処法

Check the error details in the logs and verify your database configuration and connection.

DL-AUDITOR-500004

メッセージ

Retrieving the asset records failed. Details: %s

対処法

Check the error details in the logs and verify your database configuration and connection.

DL-AUDITOR-500005

メッセージ

Getting the asset lock failed. Namespace: %s; Asset ID: %s; Details: %s

対処法

Check the error details in the logs and verify your database configuration and connection.

DL-AUDITOR-504001

メッセージ

The specified lock entry is currently held by a writer.

対処法

Retry the operation.

DL-AUDITOR-504002

メッセージ

The specified asset record is in use.

対処法

Retry the operation.

DL-AUDITOR-504003

メッセージ

The entry has already been recovered, or an issue might have occurred.

対処法

Retry the operation. Contact your system administrator to check for any signs of malicious activity if the issue persists.