AI-generated Key Takeaways
-
The ForecastService API provides methods for forecasting potential ad delivery and revenue.
-
It returns specific errors, represented by the
TeamError
type, when issues occur related to Teams. -
TeamError
details reasons like invalid team assignments or entities not being on user's teams. -
These errors help developers debug and handle situations involving team access and permissions within the ad system.
-
Refer to the provided table for the hierarchy of error types and their corresponding details for effective troubleshooting.
Errors related to a Team.
- 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. |
TeamError
|
|
|
The error reason represented by an enum. Enumerations
|