SDK Related Messages
Error codes related to SDK lookup operations, covering SDK and SDK version resolution.
Overview
| Code | Message | Description |
|---|---|---|
SDK001 | Sdk 0 is unknown | No SDK was found with the provided ID. |
SDK002 | Sdk version 0 is unknown | The specified SDK version was not found. |
Error Code Details
SDK001
Message
Sdk {0} is unknown
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 version {0} is unknown
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.