AI-generated Key Takeaways
-
CurrencyCodeError.Reason explains the causes of currency code errors in various services.
-
Invalid currency codes that don't follow ISO 4217 cause errors.
-
Valid but unsupported currency codes also result in errors.
-
Using deprecated currencies for entity creation triggers errors.
Service
Dependencies
CurrencyCodeError
▼
CurrencyCodeError.Reason
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 |