基本逻辑完成
This commit is contained in:
9
pkg/errorsx/error.go
Normal file
9
pkg/errorsx/error.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package errorsx
|
||||
|
||||
import "errors"
|
||||
|
||||
var DriverTimeoutErr = errors.New("处理超时")
|
||||
|
||||
var DriverCancelErr = errors.New("系统取消")
|
||||
|
||||
var ThirdPartyErr = errors.New("第三方请求异常")
|
||||
Reference in New Issue
Block a user