ReachPlanError
Enum describing possible errors from ReachPlanService.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
NOT_FORECASTABLE_MISSING_RATE
|
Not forecastable due to missing rate card data. |
NOT_FORECASTABLE_NOT_ENOUGH_INVENTORY
|
Not forecastable due to not enough inventory. |
NOT_FORECASTABLE_ACCOUNT_NOT_ENABLED
|
Not forecastable due to account not being enabled. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["ReachPlanService error enums indicate issues encountered during forecasting or planning."],["Errors can arise from missing data, insufficient inventory, or account limitations."],["`UNSPECIFIED` and `UNKNOWN` represent general or unrecognized error types."],["Specific forecasting failures are categorized as `NOT_FORECASTABLE_MISSING_RATE`, `NOT_FORECASTABLE_NOT_ENOUGH_INVENTORY`, and `NOT_FORECASTABLE_ACCOUNT_NOT_ENABLED`."]]],[]]