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)}.
trigger
xsd:string
The data that caused the error.
errorString
xsd:string
A simple string representation of the error and reason.
The currency code is invalid and does not follow ISO 4217.
UNSUPPORTED_CURRENCY_CODE
The currency code is not supported.
CURRENCY_CODE_ALREADY_EXISTS
The currency code already exists. When creating an exchange rate, its currency should not be
associated with any existing exchange rate. When creating a list of exchange rates, there
should not be two exchange rates associated with same currency.
INVALID_EXCHANGE_RATE
The exchange rate value is invalid. When the ExchangeRate.refreshRate is
ExchangeRateRefreshRate.FIXED, the ExchangeRate.exchangeRate should be larger
than 0. Otherwise it is invalid.
EXCHANGE_RATE_NOT_FOUND
The exchange rate value is not found. When the ExchangeRate.refreshRate is
ExchangeRateRefreshRate.DAILY or ExchangeRateRefreshRate.MONTHLY, the
ExchangeRate.exchangeRate should be assigned by Google. It is not found if Google
cannot find such an exchange rate.
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-15 UTC."],[[["This document lists all the errors associated with `ExchangeRate` objects in Google Ad Manager's Publisher Query Language Service."],["`ExchangeRateError` objects inherit from the `ApiError` object, providing standard error information like field path, trigger, and error string."],["`ExchangeRateError` objects have a `reason` field, which is an enum specifying the cause of the error, including invalid currency codes, unsupported currencies, and invalid exchange rate values."],["Common reasons for `ExchangeRateError` include using incorrect currency codes, attempting to create duplicate exchange rates, providing invalid exchange rate values, or encountering issues with Google's automatic exchange rate retrieval."]]],["The `ExchangeRateError` class, under the `PublisherQueryLanguageService`, details errors related to exchange rates. Key information includes `ApiError` inheritance with fields like `fieldPath`, `trigger`, and `errorString`. The `ExchangeRateError`'s `reason` field uses an enum to specify the error type. Possible error `reason` values: `INVALID_CURRENCY_CODE`, `UNSUPPORTED_CURRENCY_CODE`, `CURRENCY_CODE_ALREADY_EXISTS`, `INVALID_EXCHANGE_RATE`, `EXCHANGE_RATE_NOT_FOUND`, and `UNKNOWN`. These errors cover issues such as invalid or unsupported currency codes, duplicate currency codes, and invalid exchange rate values.\n"]]