ctf: make src.ctf.fs append error causes
[babeltrace.git] / include / babeltrace2 / func-status.h
index 74fc101251359f93f1186871fb195748783ab9bc..0f1829af8e7e17fcba6d1c1755ad0665371498dd 100644 (file)
  */
 
 /* Value is too large for the given data type */
-#ifndef __BT_FUNC_STATUS_OVERFLOW
-# define __BT_FUNC_STATUS_OVERFLOW             -75
+#ifndef __BT_FUNC_STATUS_OVERFLOW_ERROR
+# define __BT_FUNC_STATUS_OVERFLOW_ERROR       -75
 #endif
 
-/* Invalid query object */
-#ifndef __BT_FUNC_STATUS_INVALID_OBJECT
-# define __BT_FUNC_STATUS_INVALID_OBJECT       -23
-#endif
 
 /* Memory allocation error */
 #ifndef __BT_FUNC_STATUS_MEMORY_ERROR
 # define __BT_FUNC_STATUS_INTERRUPTED          4
 #endif
 
+/* No match found */
+#ifndef __BT_FUNC_STATUS_NO_MATCH
+# define __BT_FUNC_STATUS_NO_MATCH             6
+#endif
+
 /* Try operation again later */
 #ifndef __BT_FUNC_STATUS_AGAIN
 # define __BT_FUNC_STATUS_AGAIN                        11
 #endif
+
+/* Unknown query object */
+#ifndef __BT_FUNC_STATUS_UNKNOWN_OBJECT
+# define __BT_FUNC_STATUS_UNKNOWN_OBJECT       42
+#endif
This page took 0.025348 seconds and 4 git commands to generate.