lib: remove INVALID_PARAMS status
[babeltrace.git] / include / babeltrace2 / func-status.h
index c817b38842a7fdad7fb5d188a17b588342abaa69..74fc101251359f93f1186871fb195748783ab9bc 100644 (file)
 # define __BT_FUNC_STATUS_OVERFLOW             -75
 #endif
 
-/* Invalid query parameters */
-#ifndef __BT_FUNC_STATUS_INVALID_PARAMS
-# define __BT_FUNC_STATUS_INVALID_PARAMS       -24
-#endif
-
 /* Invalid query object */
 #ifndef __BT_FUNC_STATUS_INVALID_OBJECT
 # define __BT_FUNC_STATUS_INVALID_OBJECT       -23
 # define __BT_FUNC_STATUS_NOT_FOUND            2
 #endif
 
+/* Object is interrupted */
+#ifndef __BT_FUNC_STATUS_INTERRUPTED
+# define __BT_FUNC_STATUS_INTERRUPTED          4
+#endif
+
 /* Try operation again later */
 #ifndef __BT_FUNC_STATUS_AGAIN
 # define __BT_FUNC_STATUS_AGAIN                        11
 #endif
-
-/* Object is canceled */
-#ifndef __BT_FUNC_STATUS_CANCELED
-# define __BT_FUNC_STATUS_CANCELED             125
-#endif
This page took 0.024383 seconds and 4 git commands to generate.