RetryLaterException

class RetryLaterException @MiraiInternalApi constructor(    message: String?,     cause: Throwable? = null,     val killBot: Boolean = false) : LoginFailedException

服务器要求稍后重试

Constructors

Link copied to clipboard
fun RetryLaterException(    message: String?,     cause: Throwable? = null,     killBot: Boolean = false)

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?