ScalarDL Auditor Error Codes
This page provides a list of error codes in ScalarDL Auditor.
Error code classes and descriptions​
| Class | Description |
|---|---|
DL-AUDITOR-3xxxx | Errors for the validation error category |
DL-AUDITOR-4xxxx | Errors for the user error category |
DL-AUDITOR-5xxxx | Errors for the internal error category |
DL-AUDITOR-3xxxx status codes​
The following are status codes and messages for the validation error category.
DL-AUDITOR-304001​
Message
The nonce has already been used.
DL-AUDITOR-305001​
Message
The request is tampered.
DL-AUDITOR-305002​
Message
The specified asset proof doesn't exist in Ledger.
DL-AUDITOR-305003​
Message
The specified request proof doesn't exist.
DL-AUDITOR-305004​
Message
Hash validation failed.
DL-AUDITOR-305005​
Message
The specified lock entry doesn't exist. A bug might exist, or tampering might have occurred.
DL-AUDITOR-305006​
Message
An invalid asset proof is given for %s.
DL-AUDITOR-305007​
Message
The expected asset record doesn't exist.
DL-AUDITOR-305008​
Message
The specified asset and the asset lock are inconsistent.
DL-AUDITOR-4xxxx status codes​
The following are status codes and messages for the user error category.
DL-AUDITOR-407001​
Message
The lock must be validated before it can be released.
DL-AUDITOR-409001​
Message
The specified asset is not found.
DL-AUDITOR-414001​
Message
%s must be set if HMAC authentication is used.
DL-AUDITOR-414002​
Message
Authentication between Ledger and Auditor is not correctly configured. Set %s or set %s along with a private key with %s or %s.
DL-AUDITOR-5xxxx status codes​
The following are status codes and messages for the internal error category.
DL-AUDITOR-500001​
Message
Binding the request proof failed. Details: %s
DL-AUDITOR-500002​
Message
Getting the request proof failed. Details: %s
DL-AUDITOR-500003​
Message
Binding the asset record failed. Details: %s
DL-AUDITOR-500004​
Message
Retrieving the asset records failed. Details: %s
DL-AUDITOR-500005​
Message
Getting the asset lock for %s failed. Details: %s
DL-AUDITOR-502001​
Message
The specified lock type is not supported. Type: %s
DL-AUDITOR-502002​
Message
readUnlock is used for unlocked or write-locked assets.
DL-AUDITOR-502003​
Message
writeUnlock is used for unlocked or read-locked assets.
DL-AUDITOR-504001​
Message
The specified lock entry has been taken by write.
DL-AUDITOR-504002​
Message
The specified asset record is in use.
DL-AUDITOR-504003​
Message
The entry has already been recovered, or an issue might have occurred.