[[["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-11-19 UTC."],[[["CurrencyCodeError.Reason clarifies the cause of currency code errors within Google Ad Manager."],["Errors may arise from invalid currency codes, unsupported currencies, or using a deprecated currency."],["Currency codes should adhere to ISO 4217 standards for validity."],["Google Ad Manager supports a specific range of valid currencies, while others might be unsupported."],["Using a currency after it's been deprecated by Google Ad Manager will also trigger an error."]]],["The provided content outlines currency code error handling within several Google Ad Manager services, including ForecastService, LineItemService, and ProposalLineItemService. The core information revolves around the `CurrencyCodeError.Reason` enumeration, which defines specific error types. These include `INVALID` (non-ISO 4217 compliant), `UNSUPPORTED` (valid but not supported), and `DEPRECATED_CURRENCY_USED` (deprecated currency used post-deprecation). It is used in the specified namespace.\n"]]