AI-generated Key Takeaways
-
TeamError represents errors related to a Team and is part of the Google Ad Manager API v202508.
-
TeamError inherits properties from ApiError, including
fieldPath
,fieldPathElements
,trigger
, anderrorString
. -
TeamError has a specific
reason
field, an enum that provides detailed causes for the error, such as an entity not being on a user's team or invalid team assignment. -
The possible
TeamError.Reason
enumerations cover various scenarios including issues with ad units, placements, missing teams, and inactive teams.
Errors related to a Team.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
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
|