My favorites | English | Sign in

AdWords API v2009

v2009 Docs | v13 Docs

type OperationAccessDenied

Unauthorized access errors as determined by the invoked service's access policy.

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.

OperationAccessDenied

reason OperationAccessDenied.Reason
  1. Enumerations
    1. ACTION_NOT_PERMITTED
      1. Unauthorized invocation of a service's method (get, mutate, etc.)

    2. ADD_OPERATION_NOT_PERMITTED
      1. Unauthorized ADD operation in invoking a service's mutate method.

    3. REMOVE_OPERATION_NOT_PERMITTED
      1. Unauthorized REMOVE operation in invoking a service's mutate method.

    4. SET_OPERATION_NOT_PERMITTED
      1. Unauthorized SET operation in invoking a service's mutate method.