type ContactError (v202411)

  • The ContactService handles operations related to Contact objects in Google Ad Manager.

  • It uses a namespace of https://www.google.com/apis/ads/publisher/v202411 for its operations.

  • Errors related to Contact objects are represented by the ContactError type, which inherits from the general ApiError type.

  • ContactError provides details about the error, including a reason code and potentially field-specific information inherited from ApiError.

  • Developers can use this information to troubleshoot issues when working with the ContactService.

Errors associated with Contact.


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.

ContactError

reason

ContactError.Reason


Enumerations
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.