/errors/product_link_invitation_error.proto

--- v16/errors/product_link_invitation_error.proto  2024-04-18 17:10:00.000000000 +0000
+++ v16-1/errors/product_link_invitation_error.proto    2024-04-18 17:10:09.000000000 +0000
@@ -47,5 +47,8 @@
     // access to the invited account. Use the ProductLinkService to directly
     // create an active link.
     NO_INVITATION_REQUIRED = 4;
+
+    // The customer is not permitted to create the invitation.
+    CUSTOMER_NOT_PERMITTED_TO_CREATE_INVITATION = 5;
   }
 }