enum CurrencyCodeError.Reason (v202502)
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
CurrencyCodeError.Reason indicates the cause of an error related to currency codes in various services like ForecastService, LineItemService, and OrderService.
Possible reasons for a CurrencyCodeError include an invalid currency code, an unsupported currency code, or the use of a deprecated currency for entity creation.
[[["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 document outlines `CurrencyCodeError.Reason` within the `ForecastService` and related services (LineItem, LineItemTemplate, Order, ProposalLineItem, Proposal). It specifies three error types: `INVALID` (non-ISO 4217 compliant), `UNSUPPORTED` (valid but not supported), and `DEPRECATED_CURRENCY_USED` (currency used after deprecation). These errors detail why a currency code might be rejected during operations involving the mentioned services. The namespace for these definitions is provided as well.\n"]]