Module watchexec::error

source ·
Expand description

Error types for critical, runtime, and specialised errors.

Enums§

  • Errors which are not recoverable and stop watchexec execution.
  • Errors emitted by the filesystem watcher.
  • Errors emitted by the keyboard watcher.
  • Errors which may be recoverable, transient, or only affect a part of the operation, and should be reported to the user and/or acted upon programmatically, but will not outright stop watchexec.