OtherError

data class OtherError(val message: String) : VoiceError

An unknown error occurred.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
open override val description: String

A human-readable description of the error.

Link copied to clipboard
open val exception: Exception? = null

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

Link copied to clipboard