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-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