メインコンテンツまでスキップ

SDK Related Messages

Error codes related to SDK lookup operations, covering SDK and SDK version resolution.


Overview

CodeMessageDescription
SDK001SDK 0 は不明です。No SDK was found with the provided ID.
SDK002SDK バージョン 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

  1. 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

  1. Verify the SDK version and ensure it exists in the system.