chore(errors): review all errors in codebase
This commit is contained in:
@@ -5,7 +5,5 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
ErrLinkByIndex = errors.New("cannot obtain link by index")
|
||||
ErrLinkDefaultNotFound = errors.New("default link not found")
|
||||
ErrRoutesList = errors.New("cannot list routes")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user