first commit
This commit is contained in:
9
service/offline-push/model/error.go
Normal file
9
service/offline-push/model/error.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package model
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrAppId = errors.New("appId not compared")
|
||||
ErrConsumeRedo = errors.New("process msg failed")
|
||||
ErrCustomNotSupport = errors.New("pusher device type not support")
|
||||
)
|
||||
Reference in New Issue
Block a user