ErrorResultCode

interface ErrorResultCode

错误结果码接口

定义错误码与错误信息的统一契约

Author

lishangbu

Since

2025/4/16

Inheritors

Functions

Link copied to clipboard
abstract fun code(): Int

获取状态码

Link copied to clipboard
abstract fun errorMessage(): String

获取错误信息