type AdProductBookingError (v202608)

Lists all errors associated with Product Catalog ad product bookings.


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

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.

AdProductBookingError

reason

AdProductBookingError.Reason


Enumerations
AD_PRODUCT_NOT_FOUND
Selected ad product does not exist.
AD_PRODUCT_NOT_ACTIVE
Selected ad product is not active.
AD_PRODUCT_PRICING_NOT_FOUND
Selected ad product pricing does not exist.
AD_PRODUCT_PRICING_MISMATCH
Selected ad product pricing does not belong to the selected product.
AD_PRODUCT_ADD_ON_PRICING_NOT_FOUND
Selected add-on pricing does not exist.
AD_PRODUCT_ADD_ON_PRICING_RATE_CARD_MISMATCH
Selected add-on pricing rate card does not match the primary product pricing rate card.
UNKNOWN