ScalarDL Client Error Codes
This page provides a list of error codes in ScalarDL clients.
Error code classes and descriptions​
| Class | Description |
|---|---|
DL-CLIENT-3xxxx | Errors for the validation error category |
DL-CLIENT-4xxxx | Errors for the user error category |
DL-CLIENT-5xxxx | Errors for the internal error category |
DL-CLIENT-3xxxx status codes​
The following are status codes and messages for the validation error category.
DL-CLIENT-305001​
Message
The results from Ledger and Auditor don't match.
DL-CLIENT-4xxxx status codes​
The following are status codes and messages for the user error category.
DL-CLIENT-414001​
Message
The specified option --asset-id is malformed. The format should be "[assetId]" or "[assetId],[startAge],[endAge]".
DL-CLIENT-414002​
Message
The specified option --asset-id contains an invalid integer.
DL-CLIENT-414003​
Message
The authentication method for the client mode must be either digital-signature or hmac.
DL-CLIENT-414004​
Message
The authentication method for the intermediary mode must be pass-through.
DL-CLIENT-414005​
Message
Both the certificate and the private key must be set to use digital signature.
DL-CLIENT-414006​
Message
The secret key must be set to use HMAC authentication.
DL-CLIENT-414007​
Message
%s and %s are missing, but either is required.
DL-CLIENT-414008​
Message
Digital signature authentication is not configured.
DL-CLIENT-414009​
Message
HMAC authentication is not configured.
DL-CLIENT-414010​
Message
validateLedger with Auditor is not supported in the intermediary mode. Please execute the ValidateLedger contract to validate assets.
DL-CLIENT-414011​
Message
The specified client mode is incorrect.
DL-CLIENT-414012​
Message
The contract ID cannot be null.
DL-CLIENT-414013​
Message
The contract name cannot be null.
DL-CLIENT-414014​
Message
The contractBytes cannot be null.
DL-CLIENT-414015​
Message
The contractArgument cannot be null.
DL-CLIENT-414016​
Message
The contractPath cannot be null.
DL-CLIENT-414017​
Message
The function ID cannot be null.
DL-CLIENT-414018​
Message
The function name cannot be null.
DL-CLIENT-414019​
Message
The functionBytes cannot be null.
DL-CLIENT-414020​
Message
The functionPath cannot be null.
DL-CLIENT-414021​
Message
The asset ID cannot be null.
DL-CLIENT-414022​
Message
The specified asset ages are invalid.
DL-CLIENT-414023​
Message
The specified asset type is incorrect.
DL-CLIENT-414024​
Message
The specified keys are incorrect for the asset type.
DL-CLIENT-5xxxx status codes​
The following are status codes and messages for the internal error category.
DL-CLIENT-502001​
Message
Reading the file failed. File: %s; Details: %s
DL-CLIENT-502002​
Message
Configuring SSL failed. Details: %s
DL-CLIENT-502003​
Message
Shutting down the channel failed. Details: %s
DL-CLIENT-502004​
Message
Processing JSON failed. Details: %s