mirai
2.16.0
common
mirai-core-api
/
net.mamoe.mirai.network
/
UnsupportedCaptchaMethodException
Unsupported
Captcha
Method
Exception
open
class
UnsupportedCaptchaMethodException
:
LoginFailedException
当前
LoginSolver
不支持此验证方式
Since
2.15
Inheritors
UnsupportedSmsLoginException
UnsupportedSliderCaptchaException
UnsupportedQRCodeCaptchaException
Members
Constructors
Unsupported
Captcha
Method
Exception
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
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
?