NET插件API文档(Uniapp)
dcloud插件
正在准备搜索索引...
interface
UtsErrorMessage
类型别名 UtsErrorMessage
统一错误消息对象类型定义
type
UtsErrorMessage
=
{
code
:
number
;
msg
:
string
;
}
索引
属性
code
msg
属性
code
code
:
number
错误代码/状态码
0
: 成功
9999
: 错误
msg
msg
:
string
可读的错误描述信息
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
目录
属性
code
msg
dcloud插件
NET插件API文档(Uniapp)
加载中……
统一错误消息对象类型定义