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.
Solution
Data or program tampering, or a software bug, may have occurred. Contact your system administrator to check for any signs of malicious activity.
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]".
Solution
Provide the asset ID in the correct format: "[assetId]" or "[assetId],[startAge],[endAge]".
DL-CLIENT-414002​
Message
The specified option --asset-id contains an invalid integer.
Solution
Provide valid integers for startAge and endAge in the asset ID.
DL-CLIENT-414003​
Message
The authentication method for the client mode must be either digital-signature or hmac.
Solution
Set the authentication method to either 'digital-signature' or 'hmac' in your configuration.
DL-CLIENT-414004​
Message
The authentication method for the intermediary mode must be pass-through.
Solution
Set the authentication method to 'pass-through' in your configuration.
DL-CLIENT-414005​
Message
Both the certificate and the private key must be set to use digital signature.
Solution
Provide both the certificate and the private key in your configuration.
DL-CLIENT-414006​
Message
The secret key must be set to use HMAC authentication.
Solution
Provide the secret key in your configuration.
DL-CLIENT-414007​
Message
%s and %s are missing, but either is required.
Solution
Provide either the entity ID or the certificate holder ID in your configuration.
DL-CLIENT-414008​
Message
Digital signature authentication is not configured.
Solution
Configure digital signature authentication with the required certificate and private key.