VPP-108 : API calls to read classify table and sessions
[vpp.git] / vnet / vnet / api_errno.h
index e22b590..bf49c0a 100644 (file)
@@ -78,7 +78,10 @@ _(SR_POLICY_NAME_NOT_PRESENT, -84, "Segement routing policy name required") \
 _(NOT_RUNNING_AS_ROOT, -85, "Not running as root") \
 _(ALREADY_CONNECTED, -86, "Connection to the data plane already exists") \
 _(UNSUPPORTED_JNI_VERSION, -87, "Unsupported JNI version") \
-_(FAILED_TO_ATTACH_TO_JAVA_THREAD, -88, "Failed to attach to Java thread")
+_(FAILED_TO_ATTACH_TO_JAVA_THREAD, -88, "Failed to attach to Java thread") \
+_(INVALID_WORKER, -89, "Invalid worker thread")                         \
+_(LISP_DISABLED, -90, "LISP is disabled")                               \
+_(CLASSIFY_TABLE_NOT_FOUND, -91, "Classify table not found")
 
 typedef enum {
 #define _(a,b,c) VNET_API_ERROR_##a = (b),