AI-generated Key Takeaways
-
The
ProposalLineItemService
allows for managing proposal line items within Google Ad Manager. -
It defines a
TeamError
specifically for issues related to user teams and entity access. -
TeamError
includes reasons like entity access restrictions based on user's teams, invalid team assignments, and restrictions on inactive teams. -
The service inherits from
ApiError
and provides a detailed error structure including field path, trigger, and error string for troubleshooting. -
Errors encompass various aspects like API version, audience segments, authentication, billing, and more, ensuring comprehensive error handling.
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
|