English
Appearance
readonly code: TResultCode
readonly
TResultCode
错误码(TResultCode 枚举值)
readonly data: undefined
undefined
失败时 data 为 undefined
readonly detail: string
string
英文详情描述(开发者/日志用)
readonly message: string
本地化消息(用户可读,根据当前 locale 自动翻译)
readonly ok: false
false
是否成功