/errors/criteria_error.proto

--- v13/errors/criterion_error.proto    2023-06-07 19:38:57.000000000 +0000
+++ v14/errors/criterion_error.proto    2023-06-07 19:39:01.000000000 +0000
@@ -482,5 +482,23 @@
     // policy. See
     // https://support.google.com/google-ads/answer/6299717.
     CANNOT_TARGET_CUSTOMER_MATCH_USER_LIST = 139;
+
+    // Cannot create a negative keyword list criterion with a shared set that
+    // does not exist.
+    NEGATIVE_KEYWORD_SHARED_SET_DOES_NOT_EXIST = 145;
+
+    // Cannot create a negative keyword list with deleted shared set.
+    CANNOT_ADD_REMOVED_NEGATIVE_KEYWORD_SHARED_SET = 146;
+
+    // Can only have one Negative Keyword List per account.
+    CANNOT_HAVE_MULTIPLE_NEGATIVE_KEYWORD_LIST_PER_ACCOUNT = 147;
+
+    // Only allowlisted customers can add criteria of this type.
+    CUSTOMER_CANNOT_ADD_CRITERION_OF_THIS_TYPE = 149;
+
+    // Targeting for Similar audiences is not supported, since this feature has
+    // been deprecated. See
+    // https://support.google.com/google-ads/answer/12463119 to learn more.
+    CANNOT_TARGET_SIMILAR_USER_LIST = 151;
   }
 }