We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d3e31 commit b52effaCopy full SHA for b52effa
internal/errors.go
@@ -20,7 +20,8 @@ var (
20
// ErrNotLoggedIn is returned when the caller is expected to be logged in
21
// but is not
22
ErrNotLoggedIn = errors.New("you are not logged in")
23
- // TODO: Update message
24
- ErrMonitorFailed = errors.New("monitor failed")
+ // ErrMonitorFailed is returned when nordfileshare process monitor
+ // fails to start during enabling meshnet
25
+ ErrMonitorFailed = errors.New("we encountered an issue activating Meshnet because one of our safety feature did not initialize correctly.")
26
ErrVirtualServerSelected = errors.New(SpecifiedServerIsVirtualLocation)
27
)
0 commit comments