Initial commit
This commit is contained in:
8
internal/domain/proxy/errors.go
Normal file
8
internal/domain/proxy/errors.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package proxy
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrNoActiveProxies = errors.New("no active proxies available in the pool")
|
||||
ErrTaskConflict = errors.New("a sync task is already in progress for proxies")
|
||||
)
|
||||
Reference in New Issue
Block a user