Go to the documentation of this file.
37# define FSW_ERR_UNKNOWN_ERROR (1 << 0)
38# define FSW_ERR_SESSION_UNKNOWN (1 << 1)
39# define FSW_ERR_MONITOR_ALREADY_EXISTS (1 << 2)
40# define FSW_ERR_MEMORY (1 << 3)
41# define FSW_ERR_UNKNOWN_MONITOR_TYPE (1 << 4)
42# define FSW_ERR_CALLBACK_NOT_SET (1 << 5)
43# define FSW_ERR_PATHS_NOT_SET (1 << 6)
44# define FSW_ERR_MISSING_CONTEXT (1 << 7)
45# define FSW_ERR_INVALID_PATH (1 << 8)
46# define FSW_ERR_INVALID_CALLBACK (1 << 9)
47# define FSW_ERR_INVALID_LATENCY (1 << 10)
48# define FSW_ERR_INVALID_REGEX (1 << 11)
49# define FSW_ERR_MONITOR_ALREADY_RUNNING (1 << 12)
50# define FSW_ERR_UNKNOWN_VALUE (1 << 13)
51# define FSW_ERR_INVALID_PROPERTY (1 << 14)