mirai
2.13.4
common
mirai-core-api
/
net.mamoe.mirai.network
/
LoginFailedException
Login
Failed
Exception
common
sealed
class
LoginFailedException
:
RuntimeException
Content copied to clipboard
在
登录
失败时抛出, 可正常地中断登录过程.
Properties
Inheritors
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
Inheritors
WrongPasswordException
Link copied to clipboard
NoServerAvailableException
Link copied to clipboard
RetryLaterException
Link copied to clipboard
NoStandardInputForCaptchaException
Link copied to clipboard
UnsupportedSmsLoginException
Link copied to clipboard
UnsupportedSliderCaptchaException
Link copied to clipboard
CustomLoginFailedException
Link copied to clipboard