My favorites | English | Sign in

AdWords API v2009

v2009 Docs | v13 Docs

abstract type ApiError

A service api error base class that provides error details. 1) the OGNL field path is provided for parsers. 2) the OGNL field path with debug comments easily helps track causes.

Namespace

  • https://adwords.google.com/api/adwords/cm/v200909

Fields

Field Type Description
fieldPath xsd:string The OGNL field path to identify cause of error.
trigger xsd:string The data that caused the error.
ApiError.Type xsd:string This field indicates the subtype of ApiError of this instance. It is ignored on input, and instead xsi:type should be specified.