TokenDelegationFailedException
class TokenDelegationFailedException(message: String, cause: Throwable? = null) : RuntimeChatException
Thrown by com.nice.cxonechat.TokenDelegateListener.onNewTokenRequested when the integrator is unable to provide a token (e.g. user cancelled login, network error during OAuth exchange).
The SDK catches this exception and reports it via com.nice.cxonechat.ChatStateListener.onChatRuntimeException.