mirai
2.16.0
common
mirai-core-api
/
net.mamoe.mirai.network
/
UnsupportedQRCodeCaptchaException
Unsupported
QRCode
Captcha
Exception
class
UnsupportedQRCodeCaptchaException
(
message
:
String
?
)
:
UnsupportedCaptchaMethodException
需要二维码登录, 且当前
LoginSolver
不支持时抛出
Since
2.15
Members
Constructors
Unsupported
QRCode
Captcha
Exception
Link copied to clipboard
constructor
(
message
:
String
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
kill
Bot
Link copied to clipboard
val
killBot
:
Boolean
=
false
是否可因此登录失败而关闭
Bot
. 一般是密码错误, 被冻结等异常时.
message
Link copied to clipboard
open
val
message
:
String
?