[[["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."],[],["The content outlines the `TimeZoneError` encountered across various services: `ForecastService`, `LineItemService`, `LineItemTemplateService`, `OrderService`, `ProposalLineItemService`, `ProposalService`, and `UserService`. The `TimeZoneError.Reason` enumeration details the issues causing the error, specifying `INVALID_TIMEZONE_ID` for unsupported IDs and `TIMEZONE_ID_IN_WRONG_FORMAT` for incorrect formatting. It also mentions `UNKNOWN` as the default value for unexposed API values. The correct format is tz database format, like \"America/Los_Angeles\".\n"],null,["# enum TimeZoneError.Reason (v202502)\n\n**Service** \n[ForecastService](/ad-manager/api/reference/v202502/ForecastService.TimeZoneError.Reason) **LineItemService** [LineItemTemplateService](/ad-manager/api/reference/v202502/LineItemTemplateService.TimeZoneError.Reason) [OrderService](/ad-manager/api/reference/v202502/OrderService.TimeZoneError.Reason) [ProposalLineItemService](/ad-manager/api/reference/v202502/ProposalLineItemService.TimeZoneError.Reason) [ProposalService](/ad-manager/api/reference/v202502/ProposalService.TimeZoneError.Reason) [UserService](/ad-manager/api/reference/v202502/UserService.TimeZoneError.Reason) **Dependencies** \n[TimeZoneError](/ad-manager/api/reference/v202502/LineItemService.TimeZoneError) \n▼\n**TimeZoneError.Reason**\n\nDescribes reasons for invalid timezone.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Enumeration | Description |\n|-------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|\n| `INVALID_TIMEZONE_ID` | Indicates that the timezone ID provided is not supported. |\n| `TIMEZONE_ID_IN_WRONG_FORMAT` | Indicates that the timezone ID provided is in the wrong format. The timezone ID must be in tz database format (e.g. \"America/Los_Angeles\"). |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]