OpenVeo Publish server

API Docs for: 8.0.0
Show:

WatcherError

Extends Error
Module: watcher

Summary

Defines an error occurring while watching for directory changes.

Constructor

WatcherError

Syntax

WatcherError

(
  • message
  • code
  • directoryPath
)

Summary

Parameters:

  • message String

    The error message

  • code String

    The error code

  • directoryPath String

    The absolute path of the directory in error

Item Index

Properties

code

Syntax

code

String final

Summary

The fs.FSWatcher's error code.

directoryPath

Syntax

directoryPath

String final

Summary

The absolute path of the watched directory the error belongs to.

message

Syntax

message

String

Summary

Error message.

name

Syntax

name

String

Summary

Error name.