Skip to content

Commit

Permalink
Merge pull request #81 from fako1024/80-improve-error-message-if-inte…
Browse files Browse the repository at this point in the history
…rface-is-missing

[feature] Clarify error message if interface does not exist
  • Loading branch information
els0r authored Mar 8, 2024
2 parents 6c2d8a3 + f429953 commit 33375db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion link/link.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
var (

// ErrNotExist denotes that the interface in question does not exist
ErrNotExist = errors.New("interface does not exist or is unsupported")
ErrNotExist = errors.New("interface does not exist")

// ErrNotUp denotes that the interface in question is not up
ErrNotUp = errors.New("interface is currently not up")
Expand Down

0 comments on commit 33375db

Please sign in to comment.