Stay organized with collections
Save and categorize content based on your preferences.
--- v16/errors/product_link_error.proto 2024-04-18 17:10:00.000000000 +0000+++ v16-1/errors/product_link_error.proto 2024-04-18 17:10:09.000000000 +0000@@ -46,5 +46,8 @@ // 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; }
}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-19 UTC."],[[["This update introduces a new error type, `LINK_EXISTS`, to indicate that a link cannot be created because an active link already exists."],["The `product_link_error.proto` file is being updated from version 16 to version 16-1."],["`INVITATION_EXISTS` error (code 4) indicates an existing pending link preventing the creation of a new one."]]],[]]