mirai
2.16.0
common
mirai-core-api
/
net.mamoe.mirai.network
/
NoServerAvailableException
No
Server
Available
Exception
class
NoServerAvailableException
@
MiraiInternalApi
constructor
(
val
cause
:
Throwable
?
)
:
LoginFailedException
无可用服务器
Members
Constructors
No
Server
Available
Exception
Link copied to clipboard
@
MiraiInternalApi
constructor
(
cause
:
Throwable
?
)
Properties
cause
Link copied to clipboard
open
override
val
cause
:
Throwable
?
kill
Bot
Link copied to clipboard
val
killBot
:
Boolean
=
false
是否可因此登录失败而关闭
Bot
. 一般是密码错误, 被冻结等异常时.
message
Link copied to clipboard
open
val
message
:
String
?