[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThis document outlines the \u003ccode\u003eTeamError.Reason\u003c/code\u003e enumeration, which describes the various reasons why a team-related error might occur in Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTeamError.Reason\u003c/code\u003e includes reasons like entities not being on user teams, ad units/placements not on order teams, and invalid team assignments.\u003c/p\u003e\n"],["\u003cp\u003eEach \u003ccode\u003eTeamError.Reason\u003c/code\u003e value provides a specific explanation for the error, such as \u003ccode\u003eENTITY_NOT_ON_USERS_TEAMS\u003c/code\u003e indicating the user lacks access because the entity isn't on their teams.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for this enumeration is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"]]],["The core content details error reasons related to team management within an API. Key actions involve managing entities, users, and their team associations. Specific errors include: entities not being on user or order teams, missing user teams, and restrictions on team associations. It also includes invalid team assignments and modifications to inactive teams. The API includes services such as Forecast, Company, Contact, Inventory, LineItem, NativeStyle, Order, ProposalLineItem, Proposal, Team, User, and UserTeamAssociation services.\n"],null,["# enum TeamError.Reason (v202411)\n\n**Service** \n[CompanyService](/ad-manager/api/reference/v202411/CompanyService.TeamError.Reason) [ContactService](/ad-manager/api/reference/v202411/ContactService.TeamError.Reason) **ForecastService** [InventoryService](/ad-manager/api/reference/v202411/InventoryService.TeamError.Reason) [LineItemService](/ad-manager/api/reference/v202411/LineItemService.TeamError.Reason) [LineItemTemplateService](/ad-manager/api/reference/v202411/LineItemTemplateService.TeamError.Reason) [NativeStyleService](/ad-manager/api/reference/v202411/NativeStyleService.TeamError.Reason) [OrderService](/ad-manager/api/reference/v202411/OrderService.TeamError.Reason) [ProposalLineItemService](/ad-manager/api/reference/v202411/ProposalLineItemService.TeamError.Reason) [ProposalService](/ad-manager/api/reference/v202411/ProposalService.TeamError.Reason) [TeamService](/ad-manager/api/reference/v202411/TeamService.TeamError.Reason) [UserService](/ad-manager/api/reference/v202411/UserService.TeamError.Reason) [UserTeamAssociationService](/ad-manager/api/reference/v202411/UserTeamAssociationService.TeamError.Reason) **Dependencies** \n[TeamError](/ad-manager/api/reference/v202411/ForecastService.TeamError) \n▼\n**TeamError.Reason**\n\nThe reasons for the target error.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|------------------------------------|------------------------------------------------------------------------------------------------------------|\n| `ENTITY_NOT_ON_USERS_TEAMS` | User cannot use this entity because it is not on any of the user's teams. |\n| `AD_UNITS_NOT_ON_ORDER_TEAMS` | The targeted or excluded ad unit must be on the order's teams. |\n| `PLACEMENTS_NOT_ON_ORDER_TEAMS` | The targeted placement must be on the order's teams. |\n| `MISSING_USERS_TEAM` | Entity cannot be created because it is not on any of the user's teams. |\n| `ALL_TEAM_ASSOCIATION_NOT_ALLOWED` | A team that gives access to all entities of a given type cannot be associated with an entity of that type. |\n| `INVALID_TEAM_ASSIGNMENT` | The assignment of team to entities is invalid. |\n| `CANNOT_UPDATE_INACTIVE_TEAM` | Cannot modify or create a team with an inactive status. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]