InvalidState

data class InvalidState(val expected: TransportState, val actual: TransportState) : VoiceError

Operation cannot be performed in this state.

Constructors

Link copied to clipboard
constructor(expected: TransportState, actual: TransportState)

Properties

Link copied to clipboard
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