mirai
2.10.0
common
mirai-core-api
/
net.mamoe.mirai.network
/
UnsupportedSMSLoginException
Unsupported
SMSLogin
Exception
common
@
MiraiExperimentalApi
(
message
=
"Will be removed when SMS login is supported"
)
class
UnsupportedSMSLoginException
(
message
:
String
?
)
:
LoginFailedException
Content copied to clipboard
需要短信验证时抛出. mirai 目前还不支持短信验证.
Constructors
Properties
Constructors
UnsupportedSMSLoginException
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
killBot
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