My favorites | English | Sign in

AdWords API v2009

v2009 Docs | v13 Docs

type QuotaCheckError

Encapsulates the errors thrown during developer quota checks for webapi calls.

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.

QuotaCheckError

reason QuotaCheckError.Reason
  1. Enumerations
    1. INVALID_TOKEN_HEADER
      1. Customer passed in an invalid token in the header.

    2. ACCOUNT_DELINQUENT
      1. Customer is marked delinquent.

    3. ACCOUNT_INACCESSIBLE
      1. Customer is a fraudulent.

    4. ACCOUNT_INACTIVE
      1. Inactive Account.

    5. INCOMPLETE_SIGNUP
      1. Signup not complete

    6. INCOMPLETE_SIGNUP_APP_INFO_MISSING
      1. App info missing.

    7. INCOMPLETE_SIGNUP_APP_INFO_PENDING
      1. Incomplete App info.

    8. INCOMPLETE_SIGNUP_APP_INFO_REJECTED
      1. App info rejected.

    9. INCOMPLETE_SIGNUP_LATEST_NETAPI_TNC_NOT_AGREED
      1. Latest Netapi T&C not agreed.

    10. INCOMPLETE_SIGNUP_NO_BILLING_INFO
      1. No Billing Info.

    11. INCOMPLETE_SIGNUP_USER_INFO_MISSING
      1. User Info missing.

    12. INCOMPLETE_SIGNUP_USER_INFO_PENDING
      1. User Info pending.

    13. INCOMPLETE_SIGNUP_USER_INFO_REJECTED
      1. User Info rejected.

    14. MONTHLY_BUDGET_REACHED
      1. Monthly budget quota reached.

    15. QUOTA_EXCEEDED
      1. Monthly budget quota exceeded.