File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 19
19
ErrAlreadyLoggedIn = errors .New ("you are already logged in" )
20
20
// ErrNotLoggedIn is returned when the caller is expected to be logged in
21
21
// but is not
22
- ErrNotLoggedIn = errors .New ("you are not logged in" )
23
- // TODO: Update message
24
- ErrMonitorFailed = errors .New ("monitor failed" )
22
+ ErrNotLoggedIn = errors .New ("you are not logged in" )
25
23
ErrVirtualServerSelected = errors .New (SpecifiedServerIsVirtualLocation )
24
+ ErrMonitorFailed = errors .New (MonitorFailed )
26
25
)
Original file line number Diff line number Diff line change @@ -30,4 +30,8 @@ const (
30
30
31
31
// Error message when the server is a virtual location, but user has virtual-location off
32
32
SpecifiedServerIsVirtualLocation = "Please enable virtual location access to connect to this server."
33
+
34
+ // MonitorFailed is an error message for error returned when
35
+ // nordfileshare process monitor fails to start during enabling meshnet
36
+ MonitorFailed = "We encountered an issue activating Meshnet because one of our safety feature did not initialize correctly."
33
37
)
You can’t perform that action at this time.
0 commit comments