Bug-2226: RFC5886 - Messages parsers/serializers
[bgpcep.git] / pcep / spi / src / main / java / org / opendaylight / protocol / pcep / spi / PCEPErrors.java
index 7213c02d77bcad5dcd9584dcb82739a971687b61..5a4d8be80495b131bb5e2941fbe3be7e530e25d2 100644 (file)
@@ -275,7 +275,11 @@ public enum PCEPErrors {
     /**
      * Invalid traffic engineering path setup type: Mismatched path setup type
      */
-    MISMATCHED_PST(21, 2);
+    MISMATCHED_PST(21, 2),
+    /**
+     * MONITORING object missing
+     */
+    MONITORING_OBJECT_MISSING(6, 4);
 
     private PCEPErrorIdentifier errorId;
     private static final Map<PCEPErrorIdentifier, PCEPErrors> VALUE_MAP;