Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.sanas.ai/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

EnumDescription
SUCCESSSDK initialized and connected successfully
ALREADY_INITIALIZEDSDK was already initialized (no action taken)
INITIALIZATION_FAILEDConnection or credential verification failed
INVALID_PARAMETERSOne or more InitParams fields are missing/invalid
FAILEDGeneral failure

See Also

RemoteSDK

The Initialize() method that returns this enum

InitParams

Configuration object passed to Initialize()