ExceptionThrown

data class ExceptionThrown(val exception: Exception) : VoiceError

An exception was thrown.

Constructors

Link copied to clipboard
constructor(exception: Exception)

Properties

Link copied to clipboard
open override val description: String

A human-readable description of the error.

Link copied to clipboard
open override val exception: Exception

If the error was caused by an exception, this value is set.