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 2025-08-06 UTC."],[],["The `ExchangeRateError.Reason` enumeration lists potential errors related to exchange rates within the `ProposalLineItemService` and `PublisherQueryLanguageService`. Errors include `INVALID_CURRENCY_CODE`, `UNSUPPORTED_CURRENCY_CODE`, and `CURRENCY_CODE_ALREADY_EXISTS`. `INVALID_EXCHANGE_RATE` signifies an incorrect rate value. `EXCHANGE_RATE_NOT_FOUND` indicates Google could not find a specified exchange rate, and `UNKNOWN` represents an unexposed error in the API. These errors refer to issues when creating or managing exchange rates.\n"],null,["# enum ExchangeRateError.Reason (v202502)\n\n**Service** \n**ProposalLineItemService** [ProposalService](/ad-manager/api/reference/v202502/ProposalService.ExchangeRateError.Reason) [PublisherQueryLanguageService](/ad-manager/api/reference/v202502/PublisherQueryLanguageService.ExchangeRateError.Reason) **Dependencies** \n[ExchangeRateError](/ad-manager/api/reference/v202502/ProposalLineItemService.ExchangeRateError) \n▼\n**ExchangeRateError.Reason**\n\nThe reasons for the target error.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Enumeration | Description |\n|--------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `INVALID_CURRENCY_CODE` | The currency code is invalid and does not follow ISO 4217. |\n| `UNSUPPORTED_CURRENCY_CODE` | The currency code is not supported. |\n| `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. |\n| `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. |\n| `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. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]