Types

Link copied to clipboard

Exception reported when the SDK was unable to upload supplied attachment.

Link copied to clipboard

SDK has received information from server that authorization of user has failed. SDK instance should be considered in invalid state. New instance should be created before connection attempt is made again. Integrators should also check if their authorization setup is correct.

Link copied to clipboard

SDK failed to obtain connection token. Integrators should log in again to request a new connection token.

Link copied to clipboard

The explicit OAuth flow (ChatBuilder.setAuthorization(...)) is not available on the backend.

Link copied to clipboard

The backend rejected the JWT used for the implicit OAuth flow.

Link copied to clipboard

Exception reported when the SDK encounters a communication error (e.g., server reports failure in response to an action, or a WebSocket send fails).

Link copied to clipboard

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).

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?