Move ErrExtraInfo to ipc.go

This commit is contained in:
Shelikhoo 2022-05-18 16:19:38 +01:00
parent a4bbb728e6
commit 0ae4d821f0
No known key found for this signature in database
GPG key ID: C4D5E79D22B25316
2 changed files with 1 additions and 2 deletions

View file

@ -12,6 +12,7 @@ type Arg struct {
var (
ErrBadRequest = errors.New("bad request")
ErrInternal = errors.New("internal error")
ErrExtraInfo = errors.New("client sent extra info")
StrTimedOut = "timed out waiting for answer!"
StrNoProxies = "no snowflake proxies currently available"