type UniqueError (v202411)

  • The LineItemService allows for management and interaction with line items within the Google Ad Manager platform.

  • It encompasses a wide range of functionalities including creation, updating, and retrieval of line items, along with their associated properties and targeting criteria.

  • The service also provides access to error handling mechanisms, offering detailed information about potential issues encountered during these operations.

  • Uniqueness constraints are enforced on certain fields within line items, ensuring data integrity and preventing conflicts.

  • A comprehensive hierarchy of error types is provided, aiding in troubleshooting and debugging processes.

An error for a field which must satisfy a uniqueness constraint


Namespace
https://www.google.com/apis/ads/publisher/v202411

Field

ApiError (inherited)

fieldPath

xsd:string

The OGNL field path to identify cause of error.

fieldPathElements

FieldPathElement[]

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)}.

trigger

xsd:string

The data that caused the error.

errorString

xsd:string

A simple string representation of the error and reason.

UniqueError