Stay organized with collections
Save and categorize content based on your preferences.
--- v15/errors/product_link_error.proto 2024-02-20 20:29:00.000000000 +0000+++ v16/errors/product_link_error.proto 2024-02-20 20:29:02.000000000 +0000@@ -43,5 +43,8 @@ // The creation request is not permitted.
CREATION_NOT_PERMITTED = 3;
++ // A link cannot be created because a pending link already exists.+ INVITATION_EXISTS = 4; }
}
[[["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-02-20 UTC."],[[["A new error type `INVITATION_EXISTS` has been introduced to indicate a link cannot be created due to an existing pending link."],["This change affects `product_link_error.proto`, specifically adding an `INVITATION_EXISTS` error with the enum value 4."],["This update is part of the transition from version 15 to version 16 of the protocol buffer definitions."]]],[]]