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.
DL-COMMON-401003
メッセージ
Creating a cipher key failed. Details: %s
対処法
Verify that the cipher configuration is correct and that the key material is valid.
DL-COMMON-401004
メッセージ
Invalid private key. File: %s
対処法
Provide a valid private key file in PEM format at the specified path.
DL-COMMON-401005
メッセージ
Invalid certificate. File: %s
対処法
Provide a valid certificate file in PEM format at the specified path.
DL-COMMON-401006
メッセージ
Reading the private key failed. File: %s; Details: %s
対処法
Verify that the private key file exists, is readable, and has the correct permissions and format.
DL-COMMON-401007
メッセージ
Reading the certificate failed. File: %s; Details: %s
対処法
Verify that the certificate file exists, is readable, and has the correct permissions and format.
DL-COMMON-401008
メッセージ
Creating a key store failed. Details: %s
対処法
Verify that the key store configuration is correct and that all required files are accessible.
DL-COMMON-402001
メッセージ
Loading the contract failed. Details: %s
対処法
Verify that the contract class is valid and all dependencies are available. Check the error details for specific issues.
DL-COMMON-403001
メッセージ
The specified certificate is not found.
対処法
Before using the certificate, register it by using the register-cert command.
DL-COMMON-404001
メッセージ
The specified contract is not found.
対処法
Before executing the contract, register it by using the register-contract command.
DL-COMMON-405001
メッセージ
The specified certificate is already registered.
対処法
Use the existing certificate or register it with a new version number.
DL-COMMON-406001
メッセージ
The specified contract is already registered.
対処法
Use the existing contract or register it with a different contract ID.
DL-COMMON-406002
メッセージ
The specified contract binary name has been already registered with a different byte code.
対処法
Use a different contract ID or class name to register this version of the contract.
DL-COMMON-413001
メッセージ
The specified secret is already registered.
対処法
Use the existing secret or register it with a new version number.
DL-COMMON-414001
メッセージ
The specified value of the property '%s' is not a number. Value: %s
対処法
Set the property to a valid numeric value in your configuration.
DL-COMMON-414002
メッセージ
The specified value of the property '%s' is not a boolean. Value: %s
対処法
Set the property to 'true' or 'false' in your configuration.
DL-COMMON-414003
メッセージ
Reading the file failed. File: %s
対処法
Verify that the file exists at the specified path and is readable.
DL-COMMON-414004
メッセージ
Please set your license key to %s.
対処法
Set your license key to the specified configuration property.
DL-COMMON-414005
メッセージ
Please set your certificate for checking the corresponding license key to %s or %s.
対処法
Set your certificate to one of the specified configuration properties.
DL-COMMON-414006
メッセージ
The license key is not for the product '%s'. Please set the correct license key.
対処法
Set the correct license key for the product in your configuration.
DL-COMMON-414007
メッセージ
The license type of the license key must be ENTERPRISE or TRIAL. Please set the correct license key.
対処法
Set a valid ENTERPRISE or TRIAL license key in your configuration.
DL-COMMON-414008
メッセージ
The port and privileged port must be greater than or equal to zero.
対処法
Set the port and privileged port to valid values (>= 0) in your configuration.
DL-COMMON-414009
メッセージ
The private key and certificate are required.
対処法
Provide both the private key and certificate in your configuration.
DL-COMMON-414010
メッセージ
The certificate version must be greater than zero.
対処法
Set the certificate version to a value greater than zero.
DL-COMMON-414011
メッセージ
A secret key is required for HMAC authentication.
対処法
Provide a secret key in your configuration for HMAC authentication.
DL-COMMON-414012
メッセージ
The secret version for HMAC authentication must be greater than zero.
対処法
Set the secret version to a value greater than zero.
DL-COMMON-414013
メッセージ
The grpc deadline duration must be greater than or equal to zero.
対処法
Set the gRPC deadline duration to a value greater than or equal to zero in your configuration.
DL-COMMON-414014
メッセージ
The grpc max inbound message size must be greater than or equal to zero.
対処法
Set the gRPC max inbound message size to a value greater than or equal to zero in your configuration.