Stay organized with collections
Save and categorize content based on your preferences.
--- v17/errors/conversion_value_rule_error.proto 2024-10-17 03:48:49.000000000 +0000+++ v18/errors/conversion_value_rule_error.proto 2024-10-17 03:48:54.000000000 +0000@@ -84,5 +84,9 @@ // When a value rule is created, it shouldn't have REMOVED status.
CANNOT_ADD_RULE_WITH_STATUS_REMOVED = 13;
++ // The value rule's itinerary condition contains invalid travel start day,+ // it contains no day of week.+ NO_DAY_OF_WEEK_SELECTED = 14; }
}
[[["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-10-17 UTC."],[[["This update introduces a new error type, `NO_DAY_OF_WEEK_SELECTED`, to the `ConversionValueRuleError` enum."],["This new error is triggered when a value rule's itinerary condition for travel start day is invalid because it doesn't specify any day of the week."],["The update prevents creating value rules with a status of `REMOVED` and adds an error type for this scenario, `CANNOT_ADD_RULE_WITH_STATUS_REMOVED`."]]],[]]