enum IdError.IdErrorType (v202408)
Service
SegmentPopulationService
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Enumeration |
Description |
INVALID_PUBLISHER_PROVIDED_ID_FORMAT
|
|
UNKNOWN
|
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["The `SegmentPopulationService` uses `IdError` with error types for issues related to segment population IDs."],["`IdError` has two error types, `INVALID_PUBLISHER_PROVIDED_ID_FORMAT` and `UNKNOWN`, indicating issues with the format or an unknown error concerning publisher-provided IDs."],["These errors belong to the namespace `https://www.google.com/apis/ads/publisher/v202408`, specific to the Ad Manager API version v202408."]]],["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"]]