[[["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\u003eThe \u003ccode\u003eSegmentPopulationService\u003c/code\u003e uses \u003ccode\u003eIdError\u003c/code\u003e with error types for issues related to segment population IDs.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eIdError\u003c/code\u003e has two error types, \u003ccode\u003eINVALID_PUBLISHER_PROVIDED_ID_FORMAT\u003c/code\u003e and \u003ccode\u003eUNKNOWN\u003c/code\u003e, indicating issues with the format or an unknown error concerning publisher-provided IDs.\u003c/p\u003e\n"],["\u003cp\u003eThese errors belong to the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e, specific to the Ad Manager API version v202408.\u003c/p\u003e\n"]]],["The `SegmentPopulationService` in the `v202408` namespace utilizes an `IdError` dependency. This `IdError` has an `IdErrorType` enumeration which defines potential errors. The enumeration lists two possible error types: `INVALID_PUBLISHER_PROVIDED_ID_FORMAT`, indicating an issue with the provided ID's format, and `UNKNOWN`, representing an undefined error. This structure provides a way to manage errors encountered while handling the segment populations.\n"],null,["# enum IdError.IdErrorType (v202408)\n\n**Service** \n**SegmentPopulationService** **Dependencies** \n[IdError](/ad-manager/api/reference/v202408/SegmentPopulationService.IdError) \n▼\n**IdError.IdErrorType**\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|----------------------------------------|-------------|\n| `INVALID_PUBLISHER_PROVIDED_ID_FORMAT` | |\n| `UNKNOWN` | |"]]