mirai
2.13.4
common
mirai-core-api
/
net.mamoe.mirai.network
/
UnsupportedSmsLoginException
Unsupported
Sms
Login
Exception
common
class
UnsupportedSmsLoginException
(
message
:
String
?
)
:
LoginFailedException
Content copied to clipboard
需要强制短信验证, 且当前
LoginSolver
不支持时抛出.
Since
2.13
Constructors
Properties
Constructors
Unsupported
Sms
Login
Exception
Link copied to clipboard
common
fun
UnsupportedSmsLoginException
(
message
:
String
?
)
Content copied to clipboard
Properties
cause
Link copied to clipboard
common
open
val
cause
:
Throwable
?
Content copied to clipboard
kill
Bot
Link copied to clipboard
common
val
killBot
:
Boolean
=
false
Content copied to clipboard
是否可因此登录失败而关闭
Bot
. 一般是密码错误, 被冻结等异常时.
message
Link copied to clipboard
common
open
val
message
:
String
?
Content copied to clipboard