AI-generated Key Takeaways
-
Currency code errors can occur in several services including ForecastService, LineItemService, LineItemTemplateService, OrderService, ProposalLineItemService, ProposalService, and ReportService.
-
The
CurrencyCodeError.Reasondescribes the specific cause of the currency code error. -
Common reasons for currency code errors include the code being invalid according to ISO 4217, the code being valid but not supported, or a deprecated currency being used after its deprecation date.
The reason behind the currency code error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
| Enumeration | Description |
|---|---|
INVALID
|
The currency code is invalid and does not follow ISO 4217. |
UNSUPPORTED
|
The currency code is valid, but is not supported. |
DEPRECATED_CURRENCY_USED
|
The currency has been used for entity creation after its deprecation |