mirai
2.16.0
common
mirai-core-api
/
net.mamoe.mirai.network
/
RetryLaterException
Retry
Later
Exception
class
RetryLaterException
@
MiraiInternalApi
constructor
(
message
:
String
?
,
cause
:
Throwable
?
=
null
,
val
killBot
:
Boolean
=
false
)
:
LoginFailedException
服务器要求稍后重试
Members
Constructors
Retry
Later
Exception
Link copied to clipboard
@
MiraiInternalApi
constructor
(
message
:
String
?
,
cause
:
Throwable
?
=
null
,
killBot
:
Boolean
=
false
)
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
?