Types

Link copied to clipboard
class FastLoginError @MiraiInternalApi constructor(val bot: Bot, val message: String?) : AuthReason

快速登录失败

Link copied to clipboard
class ForceOffline @MiraiInternalApi constructor(val bot: Bot, val message: String?) : AuthReason

Bot 被挤下线

Link copied to clipboard
class FreshLogin @MiraiInternalApi constructor(val bot: Bot, val message: String?) : AuthReason

Bot 全新登录

Link copied to clipboard
class MsfOffline @MiraiInternalApi constructor(val bot: Bot, val message: String?) : AuthReason

Bot 被服务器断开

Link copied to clipboard
class NetworkError @MiraiInternalApi constructor(val bot: Bot, val message: String?) : AuthReason

由网络原因引起的掉线

Link copied to clipboard
class Unknown @MiraiInternalApi constructor(val bot: Bot, val cause: Throwable?) : AuthReason

Properties

Link copied to clipboard
abstract val bot: Bot
Link copied to clipboard
abstract val message: String?