メインコンテンツまでスキップ
バージョン: 3.13

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

メッセージ

Accessing the specified namespace is not allowed. Namespace: %s, context namespace: %s

対処法

Verify that your certificate or secret has been registered to the specified namespace, or use the appropriate context namespace for your operation.

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.

DL-COMMON-414015

メッセージ

The grpc max inbound metadata size must be greater than or equal to zero.

対処法

Set the gRPC max inbound metadata size to a value greater than or equal to zero in your configuration.

DL-COMMON-414016

メッセージ

The authentication method name is invalid. Name: %s

対処法

Set the authentication method to a valid value (like 'digital-signature' or 'hmac') in your configuration.

DL-COMMON-414017

メッセージ

The argument format is illegal.

対処法

Provide the argument in the correct format. Check the documentation for the expected format.

DL-COMMON-414018

メッセージ

The deserialization type is not supported. Type: %s

対処法

Use a supported deserialization type. Check the documentation for valid types.

DL-COMMON-414019

メッセージ

The namespace name is invalid. Name: %s

対処法

Provide a valid namespace name that meets the naming requirements.

DL-COMMON-414020

メッセージ

Namespace-aware interfaces are not supported in deprecated contracts.

対処法

Use the non-namespace-aware interfaces or migrate to the newer contract interfaces that support namespaces.

DL-COMMON-414021

メッセージ

The specified namespace is reserved and cannot be created or deleted. Name: %s

対処法

Use a different namespace name that is not reserved. Reserved namespaces are managed by the system and cannot be modified.

DL-COMMON-415001

メッセージ

The specified secret is not found.

対処法

Before using the secret, register it by using the register-secret command.

DL-COMMON-416001

メッセージ

The specified namespace already exists.

対処法

Use the existing namespace or choose a different namespace name.

DL-COMMON-417001

メッセージ

The specified namespace is not found. Namespace: %s

対処法

Create the namespace first or verify that the namespace name is correct.

DL-COMMON-5xxxx ステータスコード

以下は、内部エラーカテゴリのステータスコードとメッセージです。

DL-COMMON-500001

メッセージ

Binding the certificate failed. Details: %s

対処法

Check the database connection and ensure the database is accessible. Review the error details for more information.

DL-COMMON-500002

メッセージ

Unbinding the certificate failed. Details: %s

対処法

Check the database connection and ensure the database is accessible. Review the error details for more information.

DL-COMMON-500003

メッセージ

Getting the certificate failed. Details: %s

対処法

Check the database connection and ensure the database is accessible. Review the error details for more information.

DL-COMMON-500004

メッセージ

Binding the secret key failed. Details: %s

対処法

Check the database connection and ensure the database is accessible. Review the error details for more information.

DL-COMMON-500005

メッセージ

Unbinding the secret key failed. Details: %s

対処法

Check the database connection and ensure the database is accessible. Review the error details for more information.

DL-COMMON-500006

メッセージ

Getting the secret key failed. Details: %s

対処法

Check the database connection and ensure the database is accessible. Review the error details for more information.

DL-COMMON-500007

メッセージ

Binding the contract failed. Details: %s

対処法

Check the database connection and ensure the database is accessible. Review the error details for more information.

DL-COMMON-500008

メッセージ

Getting the contract failed. Details: %s

対処法

Check the database connection and ensure the database is accessible. Review the error details for more information.

DL-COMMON-500009

メッセージ

Scanning the contracts failed. Details: %s

対処法

Check the database connection and ensure the database is accessible. Review the error details for more information.

DL-COMMON-500010

メッセージ

Creating the namespace table failed. Details: %s

対処法

Check the database connection and ensure the database is accessible. Review the error details for more information.

DL-COMMON-500011

メッセージ

Creating the namespace failed. Details: %s

対処法

Check the database connection and ensure the database is accessible. Review the error details for more information.

DL-COMMON-500012

メッセージ

Scanning the namespaces failed. Details: %s

対処法

Check the database connection and ensure the database is accessible. Review the error details for more information.

DL-COMMON-500013

メッセージ

Dropping the namespace failed. Details: %s

対処法

Check the database connection and ensure the database is accessible. Review the error details for more information.

DL-COMMON-502001

メッセージ

Serializing the specified json failed. Details: %s

対処法

Check the error details and verify that the data structure is valid for JSON serialization.

DL-COMMON-502002

メッセージ

Deserializing the specified json string failed. Details: %s

対処法

Check the error details and verify that the JSON string is valid and well-formed.

DL-COMMON-502003

メッセージ

The required fields are not specified.

対処法

Provide all required fields in your request.

DL-COMMON-502004

メッセージ

The metadata is not available since the asset has not been committed yet.

対処法

Commit the asset before accessing its metadata.

DL-COMMON-502005

メッセージ

The specified transaction state is invalid.

対処法

Check the error details in the logs and verify the transaction state.

DL-COMMON-502006

メッセージ

The contract type or instance is not supported.

対処法

Check the error details in the logs and verify that the contract type is supported.