/errors/asset_group_listing_group_filter_error.proto

--- v17/errors/asset_group_listing_group_filter_error.proto 2024-10-17 03:48:50.000000000 +0000
+++ v18/errors/asset_group_listing_group_filter_error.proto 2024-10-17 03:48:55.000000000 +0000
@@ -107,5 +107,9 @@
     // There cannot be more than one mutate operation per request that targets a
     // single asset group listing group filter.
     MULTIPLE_OPERATIONS_ON_ONE_NODE = 23;
+
+    // The tree is in an invalid state in the database. Any changes that don't
+    // fix its issues will fail validation.
+    TREE_WAS_INVALID_BEFORE_MUTATION = 24;
   }
 }