4 Star 20 Fork 10

NightTC/Gobige

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
errors.go 388 Bytes
一键复制 编辑 原始数据 按行查看 历史
buguang 提交于 2025-03-14 11:50 +08:00 . refactor(common): 重构错误处理逻辑
package props
import (
"errors"
"gitee.com/night-tc/gobige/common"
)
var (
ErrDef_FileNotFound = common.NewError(-1, "read entity def file error")
ErrDef_JsonUnmarshal = common.NewError(-1, "read entity def json unmarshal error")
ErrDef_Fill = common.NewError(-1, "read entity def fill error")
//属性不存在
ErrProp_NotExist = errors.New("prop index not exist")
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/night-tc/gobige.git
git@gitee.com:night-tc/gobige.git
night-tc
gobige
Gobige
101ffbf70e28

搜索帮助