AI-generated Key Takeaways
-
TeamError objects represent errors related to a Team in Google Ad Manager.
-
These errors often occur when a user lacks access to an entity because it's not on any of their teams.
-
TeamError includes details like the error reason, field path, and trigger data.
-
Some specific reasons for TeamError include entities not being on user teams, invalid team assignments, and issues with ad units or placements on order teams.
-
TeamError inherits from ApiError and is part of the Google Ad Manager API.
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
|