/errors/recommendation_error.proto

--- v13/errors/recommendation_error.proto   2023-06-07 19:38:56.000000000 +0000
+++ v14/errors/recommendation_error.proto   2023-06-07 19:39:01.000000000 +0000
@@ -85,5 +85,8 @@

     // The type of recommendation requested to apply is not supported.
     RECOMMENDATION_TYPE_APPLY_NOT_SUPPORTED = 17;
+
+    // The target multiplier specified is invalid.
+    INVALID_MULTIPLIER = 18;
   }
 }