diff options
Diffstat (limited to 'runtime/errors.rs')
-rw-r--r-- | runtime/errors.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/errors.rs b/runtime/errors.rs index 7bb109fb9..f9ef947a3 100644 --- a/runtime/errors.rs +++ b/runtime/errors.rs @@ -78,6 +78,7 @@ fn get_notify_error_class(error: ¬ify::Error) -> &'static str { PathNotFound => "NotFound", WatchNotFound => "NotFound", InvalidConfig(_) => "InvalidData", + MaxFilesWatch => "Error", } } |