InitSDKResult - Sanas Developer Hub
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
InitSDKResult is returned by RemoteSDK.Initialize() and indicates whether the SDK connected to Sanas Cloud successfully.
Values
| Enum | Description |
|---|---|
SUCCESS |
SDK initialized and connected successfully |
ALREADY_INITIALIZED |
SDK was already initialized (no action taken) |
INITIALIZATION_FAILED |
Connection or credential verification failed |
INVALID_PARAMETERS |
One or more InitParams fields are missing/invalid |
FAILED |
General failure |