acidify-core
Toggle table of contents
0.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
acidify-core
acidify-core
/
org.ntqqrev.acidify.exception
/
WtLoginException
Wt
Login
Exception
class
WtLoginException
(
val
code
:
Int
,
val
tag
:
String
,
val
msg
:
String
)
:
Exception
(
source
)
WtLogin 异常,表示用户扫码登录失败
Members
Constructors
Wt
Login
Exception
Link copied to clipboard
constructor
(
code
:
Int
,
tag
:
String
,
msg
:
String
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
code
Link copied to clipboard
val
code
:
Int
错误码
message
Link copied to clipboard
expect
open
val
message
:
String
?
msg
Link copied to clipboard
val
msg
:
String
错误信息
tag
Link copied to clipboard
val
tag
:
String
错误标签