Failure

class Failure @MiraiInternalApi constructor(val bot: Bot, val cause: Throwable) : AutoLoginEvent

登录失败

Constructors

Link copied to clipboard
constructor(bot: Bot, cause: Throwable)

Functions

Link copied to clipboard
fun cancel()
Link copied to clipboard
abstract fun intercept()

Properties

Link copied to clipboard
Link copied to clipboard
open override val bot: Bot
Link copied to clipboard
val broadCastLock: Mutex
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val isIntercepted: Boolean