# Functions
As panics if target is not a non-nil pointer to either a type that implements error, or to any interface type.
CheckErrorCode 判断错误码是否是成功错误吗.
Is reports whether any error in err's chain matches target.
New returns an error that formats as the given text.
Unwrap returns the result of calling the Unwrap method on err, if err's type contains an Unwrap method returning error.
# Constants
AdminSvcBaseErrCode admin error code.
AdminSvcDeleteRecordNotExist admin删除的记录不存在.
AdminSvcForbidden admin鉴权失败.
AdminSvcOperateDBFailed admin数据库操作失败.
AdminSvcParamsInvalid admin参数校验失败.
AdminSvcRecordIsExist admin记录已经存在.
AdminSvcUnauthorized admin登录失败.
GeneratorSvcBaseErrCode generator error code.
GeneratorSvcObjectIDInvalid generator记录不存在.
GeneratorSvcOperateDBFailed generator数据库操作失败.
GeneratorSvcParamsInvalid generator参数校验失败.
GeneratorSvcRecordIsExist generator记录已经存在.
GeneratorSvcRecordNotFound generator记录不存在.
StoreSvcBaseErrorCode panic.
StoreSvcOperateAdapterFailed store适配器操作失败.
SUCCESS 约定成功为 0.
TenantSvcAccessTokenParseFailed tenant解析token失败.
TenantSvcBaseErrCode tenant error code.
TenantSvcGetAuthTokenFailed tenant获取token失败.
TenantSvcObjectIDInvalid tenant记录不存在.
TenantSvcOperateDBFailed tenant数据库操作失败.
TenantSvcParamsInvalid tenant参数校验失败.
TenantSvcRecordIsExist tenant记录已经存在.
TenantSvcRecordNotFound tenant记录不存在.
# Type aliases
ErrCode 错误码类型.