My favorites | English | Sign in

AdWords API v2009

v2009 Docs | v13 Docs

type AuthorizationError

Errors that are thrown due to an authorization problem.

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.

AuthorizationError

reason AuthorizationError.Reason The error reason represented by an enum.
  1. Enumerations
    1. UNABLE_TO_AUTHORIZE
      1. Could not complete authorization due to an internal problem.

    2. NO_ADWORDS_ACCOUNT_FOR_CUSTOMER
      1. Customer has no AdWords account.

    3. USER_PERMISSION_DENIED
      1. User doesn't have permission to access customer.

    4. EFFECTIVE_USER_PERMISSION_DENIED
      1. Effective user doesn't have permission to access this customer.

    5. USER_HAS_READONLY_PERMISSION
      1. User has read-only permission cannot mutate.

    6. NO_CUSTOMER_FOUND
      1. No customer found.