AI-generated Key Takeaways
-
TeamError
objects represent errors related to a user's team in Google Ad Manager. -
These errors often occur when a user tries to access or modify entities that are not associated with their team.
-
TeamError
includes fields inherited fromApiError
such asfieldPath
,fieldPathElements
,trigger
anderrorString
, providing detailed context about the error. -
The
reason
field provides an enum value explaining the specific reason for theTeamError
, such asENTITY_NOT_ON_USERS_TEAMS
orAD_UNITS_NOT_ON_ORDER_TEAMS
. -
Refer to the provided table for comprehensive details on each field and enumeration value associated with
TeamError
.
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
|