VoiceException

sealed class VoiceException : Exception

A class that encapsulates exceptions that may happen during SDK lifecycle.

Parameters

message

Message returning the description in String format.

Inheritors

Types

Link copied to clipboard

Exception used when an illegal operation is performed when SDK is inactive.

Link copied to clipboard

Exception used when base url is not set in SessionConfiguration.

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard