Revert "API: Add service definitions for events and singleton messages."
[vpp.git] / src / vnet / api_errno.h
index 707fec4..8c509d7 100644 (file)
@@ -135,7 +135,9 @@ _(ACL_IN_USE_INBOUND, -142, "Inbound ACL in use")                   \
 _(ACL_IN_USE_OUTBOUND, -143, "Outbound ACL in use")                    \
 _(INIT_FAILED, -144, "Initialization Failed")                          \
 _(NETLINK_ERROR, -145, "netlink error")                                 \
-_(BIER_BSL_UNSUP, -146, "BIER bit-string-length unsupported")
+_(BIER_BSL_UNSUP, -146, "BIER bit-string-length unsupported")          \
+_(INSTANCE_IN_USE, -147, "Instance in use")                            \
+_(INVALID_SESSION_ID, -148, "session ID out of range")
 
 typedef enum
 {