ScalarDL 共通エラーコード
注記
このページは英語版のページが機械翻訳されたものです。英語版との間に矛盾または不一致がある場合は、英語版を正としてください。
このページでは、ScalarDL 全体で共通するエラーコードの一覧を示します。
エラーコードのクラスと説明
| クラス | 説明 |
|---|---|
DL-COMMON-3xxxx | 検証エラーカテゴリのエラー |
DL-COMMON-4xxxx | ユーザーエラーカテゴリのエラー |
DL-COMMON-5xxxx | 内部エラーカテゴリのエラー |
DL-COMMON-3xxxx ステータスコード
以下は、検証エラーカテゴリのステータスコードとメッセージです。
DL-COMMON-302001
メッセージ
The format of the contract ID is invalid.
対処法
Data or program tampering, or a software bug, may have occurred. Contact your system administrator to check for any signs of malicious activity.
DL-COMMON-302002
メッセージ
Contract validation failed. A bug might exist, or tampering might have occurred.
対処法
Data or program tampering, or a software bug, may have occurred. Contact your system administrator to check for any signs of malicious activity.
DL-COMMON-305001
メッセージ
An unexpected record value is observed. A bug might exist, or tampering might have occurred. Details: %s
対処法
Data or program tampering, or a software bug, may have occurred. Contact your system administrator to check for any signs of malicious activity.
DL-COMMON-4xxxx ステータスコード
以下は、ユーザーエラーカテゴリのステータスコードとメッセージです。
DL-COMMON-400001
メッセージ
Signing failed. Details: %s
対処法
Verify that your private key is valid and accessible. Check the error details for specific issues.
DL-COMMON-400002
メッセージ
Validating signature failed. Details: %s
対処法
Verify that the certificate matches the private key used for signing and that both are valid.
DL-COMMON-400003
メッセージ
The request signature can't be validated.
対処法
Verify that the certificate used for signing the request is registered and matches the private key.
DL-COMMON-400004
メッセージ
The proof signature can't be validated.
対処法
Verify that the proof configuration is correct and that the certificate used for signing is valid.
DL-COMMON-401001
メッセージ
Loading the key failed. Details: %s
対処法
If using a key file, verify that it exists at the specified path, is readable, and has the correct format. If using a PEM-formatted string, verify that the key has the correct format.
DL-COMMON-401002
メッセージ
Loading the certificate failed. Details: %s
対処法
If using a certificate file, verify that it exists at the specified path, is readable, and has the correct format. If using a PEM-formatted string, verify that the certificate has the correct format.