SDK Related Messages
Error codes related to SDK lookup operations, covering SDK and SDK version resolution.
Overview
| Code | Message | Description |
|---|---|---|
SDK001 | SDK 0 は不明です。 | No SDK was found with the provided ID. |
SDK002 | SDK バージョン 0 は不明です。 | The specified SDK version was not found. |
Error Code Details
SDK001
Message
SDK {0} は不明です。
Description
No SDK was found with the provided ID.
Root Cause
- The SDK ID
{0}does not match any registered SDK.
Resolution
- Verify the SDK ID and ensure it exists in the system.
SDK002
Message
SDK バージョン {0} は不明です。
Description
The specified SDK version was not found.
Root Cause
- The SDK version
{0}does not match any known version.
Resolution
- Verify the SDK version and ensure it exists in the system.