aboutsummaryrefslogtreecommitdiff
path: root/google/ads/googleads/v16/errors/product_link_error.proto
diff options
context:
space:
mode:
Diffstat (limited to 'google/ads/googleads/v16/errors/product_link_error.proto')
-rw-r--r--google/ads/googleads/v16/errors/product_link_error.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/google/ads/googleads/v16/errors/product_link_error.proto b/google/ads/googleads/v16/errors/product_link_error.proto
index 3f225368c..96a7637b1 100644
--- a/google/ads/googleads/v16/errors/product_link_error.proto
+++ b/google/ads/googleads/v16/errors/product_link_error.proto
@@ -46,5 +46,8 @@ message ProductLinkErrorEnum {
// A link cannot be created because a pending link already exists.
INVITATION_EXISTS = 4;
+
+ // A link cannot be created because an active link already exists.
+ LINK_EXISTS = 5;
}
}