1 Star 0 Fork 0

蒙蒙的男孩 / eosc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
error.go 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
蒙蒙的男孩 提交于 2024-01-10 11:57 . 0.15.2
package eosc
import "errors"
var (
ErrorDriverNotExist = errors.New("driver not exist")
ErrorProfessionNotExist = errors.New("profession not exist")
ErrorNotAllowCreateForSingleton = errors.New("not allow create for singleton profession")
ErrorWorkerNotExits = errors.New("worker-data not exits")
ErrorWorkerNotRunning = errors.New("worker-data not running")
ErrorRegisterConflict = errors.New("conflict of register")
ErrorNotGetSillForRequire = errors.New("not get skill for require")
ErrorTargetNotImplementSkill = errors.New("require of skill not implement")
ErrorParamsIsNil = errors.New("params is nil")
ErrorParamNotExist = errors.New("not exist")
ErrorStoreReadOnly = errors.New("store read only")
ErrorRequire = errors.New("require")
ErrorProfessionDependencies = errors.New("profession dependencies not complete")
ErrorConfigIsNil = errors.New("config is nil")
ErrorConfigFieldUnknown = errors.New("unknown type")
ErrorConfigType = errors.New("error config type")
)
1
https://gitee.com/meng_mengs_boys/eosc.git
git@gitee.com:meng_mengs_boys/eosc.git
meng_mengs_boys
eosc
eosc
v1.15.7

搜索帮助