WtLoginException

class WtLoginException(val code: Int, val tag: String, val msg: String) : Exception(source)

WtLogin 异常,表示用户扫码登录失败

Constructors

Link copied to clipboard
constructor(code: Int, tag: String, msg: String)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
val code: Int

错误码

Link copied to clipboard
expect open val message: String?
Link copied to clipboard
val msg: String

错误信息

Link copied to clipboard
val tag: String

错误标签