GoogleApiAdsAdWords
[ class tree: GoogleApiAdsAdWords ] [ index: GoogleApiAdsAdWords ] [ all elements ]

Class: EntityCountLimitExceeded

Source Location: /AdWords/v200909/cm/BulkMutateJobService.php

Class Overview

ApiError
   |
   --EntityCountLimitExceeded

Signals that an entity count limit was exceeded for some level.


Variables

Methods


Child classes:

AdGroupAdCountLimitExceeded
Indicates too many ads were added/enabled under the specified adgroup.
AdGroupCriterionLimitExceeded
Signals that too many criteria were added to some ad group.
CampaignCriterionLimitExceeded
Error to indicate that too many negative criteria added to some campaign.

Inherited Variables

Inherited Methods

Class: ApiError

ApiError::__construct()
ApiError::getNamespace()
Gets the namesapce of this class
ApiError::getParameterMap()
Provided for getting non-php-standard named variables
ApiError::getXsiTypeName()
Gets the xsi:type name of this class
ApiError::__get()
Provided for getting non-php-standard named variables
ApiError::__set()
Provided for setting non-php-standard named variables

Class Details

[line 2906]
Signals that an entity count limit was exceeded for some level.

For example, too many criteria for a campaign.




[ Top ]


Class Variables

$enclosingId =

[line 2917]



Tags:

access:  public

Type:   string


[ Top ]

$limit =

[line 2923]



Tags:

access:  public

Type:   integer


[ Top ]

$reason =

[line 2911]



Tags:

access:  public

Type:   tnsEntityCountLimitExceededReason


[ Top ]



Class Methods


constructor __construct [line 2941]

EntityCountLimitExceeded __construct( [ $reason = NULL], [ $enclosingId = NULL], [ $limit = NULL], [ $fieldPath = NULL], [ $trigger = NULL], [ $ApiErrorType = NULL])



Tags:

access:  public


Overridden in child classes as:

AdGroupAdCountLimitExceeded::__construct()
AdGroupCriterionLimitExceeded::__construct()
CampaignCriterionLimitExceeded::__construct()

Overrides ApiError::__construct() (parent method not documented)

Parameters:

   $reason  
   $enclosingId  
   $limit  
   $fieldPath  
   $trigger  
   $ApiErrorType  

[ Top ]

method getNamespace [line 2929]

the getNamespace( )

Gets the namesapce of this class



Tags:

return:  namespace of this class
access:  public


Overridden in child classes as:

AdGroupAdCountLimitExceeded::getNamespace()
Gets the namesapce of this class
AdGroupCriterionLimitExceeded::getNamespace()
Gets the namesapce of this class
CampaignCriterionLimitExceeded::getNamespace()
Gets the namesapce of this class

Overrides ApiError::getNamespace() (Gets the namesapce of this class)

[ Top ]

method getXsiTypeName [line 2937]

the getXsiTypeName( )

Gets the xsi:type name of this class



Tags:

return:  xsi:type name of this class
access:  public


Overridden in child classes as:

AdGroupAdCountLimitExceeded::getXsiTypeName()
Gets the xsi:type name of this class
AdGroupCriterionLimitExceeded::getXsiTypeName()
Gets the xsi:type name of this class
CampaignCriterionLimitExceeded::getXsiTypeName()
Gets the xsi:type name of this class

Overrides ApiError::getXsiTypeName() (Gets the xsi:type name of this class)

[ Top ]


Documentation generated by phpDocumentor 1.4.3