AI-generated Key Takeaways
-
The
ProposalLineItemService.ExchangeRateError
object lists all errors associated withExchangeRate
objects. -
This error is encountered when there are issues with currency codes or exchange rate values in Ad Manager.
-
Possible reasons for the error include invalid or unsupported currency codes, existing currency codes, invalid exchange rates, and missing exchange rates.
-
The
reason
field provides a specific reason for the error, represented by an enum with values likeINVALID_CURRENCY_CODE
,UNSUPPORTED_CURRENCY_CODE
,CURRENCY_CODE_ALREADY_EXISTS
, etc. -
Developers should refer to the documentation for each
reason
to understand and resolve the error.
Lists all errors associated with ExchangeRate
objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
ApiError (inherited)
|
|
|
The OGNL field path to identify cause of error. |
|
A parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}. |
|
The data that caused the error. |
|
A simple string representation of the error and reason. |
ExchangeRateError
|
|
|
The error reason represented by an enum. Enumerations
|