AI-generated Key Takeaways
-
ProposalService.ForecastError
objects represent errors that can occur during forecast requests in Google Ad Manager. -
These errors can arise from various reasons, including server issues, insufficient data, and exceeding request quotas.
-
The
reason
field provides specific information about the cause of the error, helping developers to troubleshoot and address the issue. -
The errors are categorized by an enumeration called
ForecastError.Reason
, which includes values likeSERVER_NOT_AVAILABLE
,INTERNAL_ERROR
,NO_FORECAST_YET
, etc. -
Developers can use the provided error information to implement appropriate error handling and retry mechanisms in their applications.
Errors that can result from a forecast request.
- 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. |
ForecastError
|
|
|
The reason for the forecast error. Enumerations
|