simple-robot-component-tencent-guild
3.0.0.0-alpha.3
simbot-component-tencent-guild-api
/
love.forte.simbot.tencentguild
/
ErrInfo
Err
Info
data
class
ErrInfo
(
val
code
:
Int
,
val
message
:
String
)
如果返回值不是成功的响应码,
ErrInfo
则为统一的错误码响应格式。
Constructors
Properties
Extensions
Constructors
Err
Info
Link copied to clipboard
fun
ErrInfo
(
code
:
Int
,
message
:
String
)
Properties
code
Link copied to clipboard
val
code
:
Int
message
Link copied to clipboard
val
message
:
String
Extensions
err
Link copied to clipboard
inline
fun
ErrInfo
.
err
(
codeBlock
:
(
)
->
HttpStatusCode
)
:
Nothing