My favorites | English | Sign in

Faster apps faster - GWT 2.0 with Speed Tracer New!

AdWords API v2009

v2009 Docs | v13 Docs

type SizeLimitError

Indicates that the number of entries in the request or response exceeds the system limit.

Namespace

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

Fields

Field Type Description

ApiError (inherited)

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.

SizeLimitError

reason SizeLimitError.Reason The error reason represented by an enum.
  1. Enumerations
    1. REQUEST_SIZE_LIMIT_EXCEEDED
      1. The number of entries in the request exceeds the system limit.

    2. RESPONSE_SIZE_LIMIT_EXCEEDED
      1. The number of entries in the response exceeds the system limit.