avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-web-support
/
io.github.lishangbu.avalon.web.result
/
ApiResult
/
Companion
/
failed
failed
@
JvmStatic
fun
failed
(
code
:
Int
,
errorMessage
:
String
)
:
ApiResult
<
Void
>
按状态码与消息构建失败响应
@
JvmStatic
fun
failed
(
errorResultCode
:
ErrorResultCode
,
vararg
errorMessages
:
String
)
:
ApiResult
<
Void
>
按错误码枚举构建失败响应