Errors
The onError
callback includes an errorCode
and errorMessage
. The various error scenarios are described below.
errorCode | errorMessage | Description |
---|---|---|
NO_SESSION | Session not found | A session was not found when initializing the SDK. |
SESSION_EXPIRED | The session is expired | The session being used in the SDK expired. |
CLIENT_ID_NOT_FOUND | Client ID not found | The SDK could not determine the client_id . |
Updated 21 days ago