Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBizStatusError ¶
func NewBizStatusError(code ErrorType, err error) kerrors.BizStatusErrorIface
Types ¶
type ErrorType ¶
type ErrorType int
const ( ErrorTypeInvalid ErrorType = iota // 数据重复错误 ErrorTypeDBDataRepeat //数据库操作错误 ErrorTypeDBHandle // 数据无效 ErrorTypeDataInvalid //network 内部网络处理错误 ErrorTypeNetwork //JsonMarshal json 转换错误 ErrorTypeJsonMarshal // UnMarshal json 解析错误 ErrorTypeJsonUnMarshal // 数据为空 ErrorTypeDataEmpty // 数据插入四百 ErrorTypeDataInsertFailure //RPC 网络层错误 ErrTypeRpcError )
Click to show internal directories.
Click to hide internal directories.