CustomLoginFailedException

非 mirai 实现的异常

Constructors

Link copied to clipboard
constructor(killBot: Boolean)
constructor(killBot: Boolean, message: String?)
constructor(killBot: Boolean, message: String?, cause: Throwable?)
constructor(killBot: Boolean, cause: Throwable?)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val killBot: Boolean = false

是否可因此登录失败而关闭 Bot. 一般是密码错误, 被冻结等异常时.

Link copied to clipboard
open val message: String?