mirror of
https://github.com/openp2p-cn/openp2p.git
synced 2025-10-07 09:31:13 +08:00
3.8.0
This commit is contained in:
@@ -14,6 +14,7 @@ var (
|
||||
ErrorLogin = errors.New("user or password not correct")
|
||||
ErrNodeTooShort = errors.New("node name too short, it must >=8 charaters")
|
||||
ErrPeerOffline = errors.New("peer offline")
|
||||
ErrNetwork = errors.New("network error")
|
||||
ErrMsgFormat = errors.New("message format wrong")
|
||||
ErrVersionNotCompatible = errors.New("version not compatible")
|
||||
ErrOverlayConnDisconnect = errors.New("overlay connection is disconnected")
|
||||
|
Reference in New Issue
Block a user