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

ScalarDL クライアントエラーコード

注記

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

このページでは、ScalarDL クライアントのエラーコードの一覧を示します。

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

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

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

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

DL-CLIENT-305001

メッセージ

The results from Ledger and Auditor don't match.

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

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

DL-CLIENT-414001

メッセージ

The specified option --asset-id is malformed. The format should be "[assetId]" or "[assetId],[startAge],[endAge]".

DL-CLIENT-414002

メッセージ

The specified option --asset-id contains an invalid integer.

DL-CLIENT-414003

メッセージ

The authentication method for the client mode must be either digital-signature or hmac.

DL-CLIENT-414004

メッセージ

The authentication method for the intermediary mode must be pass-through.

DL-CLIENT-414005

メッセージ

Both the certificate and the private key must be set to use digital signature.

DL-CLIENT-414006

メッセージ

The secret key must be set to use HMAC authentication.

DL-CLIENT-414007

メッセージ

%s and %s are missing, but either is required.

DL-CLIENT-414008

メッセージ

Digital signature authentication is not configured.

DL-CLIENT-414009

メッセージ

HMAC authentication is not configured.

DL-CLIENT-414010

メッセージ

validateLedger with Auditor is not supported in the intermediary mode. Please execute the ValidateLedger contract to validate assets.

DL-CLIENT-414011

メッセージ

The specified client mode is incorrect.

DL-CLIENT-414012

メッセージ

The contract ID cannot be null.

DL-CLIENT-414013

メッセージ

The contract name cannot be null.

DL-CLIENT-414014

メッセージ

The contractBytes cannot be null.

DL-CLIENT-414015

メッセージ

The contractArgument cannot be null.

DL-CLIENT-414016

メッセージ

The contractPath cannot be null.

DL-CLIENT-414017

メッセージ

The function ID cannot be null.

DL-CLIENT-414018

メッセージ

The function name cannot be null.

DL-CLIENT-414019

メッセージ

The functionBytes cannot be null.

DL-CLIENT-414020

メッセージ

The functionPath cannot be null.

DL-CLIENT-414021

メッセージ

The asset ID cannot be null.

DL-CLIENT-414022

メッセージ

The specified asset ages are invalid.

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

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

DL-CLIENT-502001

メッセージ

Reading the file failed. File: %s; Details: %s

DL-CLIENT-502002

メッセージ

Configuring SSL failed. Details: %s

DL-CLIENT-502003

メッセージ

Shutting down the channel failed. Details: %s

DL-CLIENT-502004

メッセージ

Processing JSON failed. Details: %s