Exception

interface Exception

Exception class for the StreamIngest SDK.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class StreamException(val code: Int, val reason: String, val errorMessage: String) : Exception

Properties

Link copied to clipboard
abstract val code: Int

Error code

Link copied to clipboard
abstract val errorMessage: String

Error message

Link copied to clipboard
abstract val reason: String

Error reason