AI-generated Key Takeaways
-
CurrencyCodeError.Reason indicates the cause of a currency code error within various services.
-
Reasons for the error include an invalid currency code (not following ISO 4217), a valid but unsupported currency code, or a deprecated currency being used for entity creation.
-
The
CurrencyCodeError.Reasonis part of thehttps://www.google.com/apis/ads/publisher/v202508namespace and is associated with services like ForecastService, LineItemService, and ReportService.
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 |