libubus: introduce new status messages
[project/ubus.git] / ubusmsg.h
index 398b126b6dc01833937749a110181ea0debb1476..b2df8dc295f84886dac864ee37cd46e24083eab3 100644 (file)
--- a/ubusmsg.h
+++ b/ubusmsg.h
@@ -127,6 +127,9 @@ enum ubus_msg_status {
        UBUS_STATUS_NOT_SUPPORTED,
        UBUS_STATUS_UNKNOWN_ERROR,
        UBUS_STATUS_CONNECTION_FAILED,
+       UBUS_STATUS_NO_MEMORY,
+       UBUS_STATUS_PARSE_ERROR,
+       UBUS_STATUS_SYSTEM_ERROR,
        __UBUS_STATUS_LAST
 };