AI-generated Key Takeaways
-
CurrencyCodeError.Reason describes the different reasons for currency code errors in various Ad Manager API services.
-
Possible reasons for a CurrencyCodeError include an invalid currency code, an unsupported currency code, or the use of a deprecated currency.
-
The enumeration details the specific reasons for these errors, such as
INVALIDfor non-ISO 4217 codes,UNSUPPORTEDfor valid but unaccepted codes, andDEPRECATED_CURRENCY_USEDfor using deprecated currencies.
The reason behind the currency code error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
| 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 |