NoStandardInputForCaptchaException

class NoStandardInputForCaptchaException @MiraiInternalApi constructor(cause: Throwable?) : LoginFailedException

无标准输入或 Kotlin 不支持此输入.

Constructors

NoStandardInputForCaptchaException
Link copied to clipboard
fun NoStandardInputForCaptchaException(cause: Throwable? = null)

Properties

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

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

message
Link copied to clipboard
open val message: String?