AI-generated Key Takeaways
- 
          The ProposalLineItemService.DateTimeRangeTargetingError lists errors specifically related to associating a line item with a date time range targeting expression. 
- 
          This error inherits from ApiError and includes fields like fieldPath, trigger, and errorString. 
- 
          The specific reason for the DateTimeRangeTargetingError is provided by an enumeration, indicating various issues such as overlapping ranges, incorrect line item types, or ranges falling outside the line item's active period. 
- 
          The valid line item reservation types for using date time range targeting are sponsorship, standard, or preferred deal. 
- 
          Errors can occur if past targeted ranges are changed, if the first or last date time does not match the line item's start or end time, or if range start and end times are not at the beginning or end of the day respectively. 
Lists all date time range errors caused by associating a line item with a targeting expression.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202502
| 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. | 
| DateTimeRangeTargetingError | |
| 
                            | 
                            The error reason represented by an enum. Enumerations 
 |