BotException

sealed class BotException : IOException, CopyableThrowable<BotException>

Inheritors

Properties

Link copied to clipboard
open val message: String
Link copied to clipboard
open val plainAnswer: String? = null
Link copied to clipboard
open val response: Response? = null

Functions

Link copied to clipboard
abstract fun createCopy(): BotException?