WatcherError
Summary
Defines an error occurring while watching for directory changes.
Constructor
WatcherError
Syntax
WatcherError
(
-
message
-
code
-
directoryPath
)
Summary
Parameters:
-
message
String
-
code
String
-
directoryPath
String
The absolute path of the directory in error
Properties
code
Syntax
Summary
The fs.FSWatcher's error code.
directoryPath
Syntax
Summary
The absolute path of the watched directory the error belongs to.