Google Ads Data Manager V1 Client - Class ErrorInfo (0.1.0)

Reference documentation and code samples for the Google Ads Data Manager V1 Client class ErrorInfo.

Error counts for each type of error.

Generated from protobuf message google.ads.datamanager.v1.ErrorInfo

Namespace

Google \ Ads \ DataManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ error_counts array<ErrorCount>

A list of errors and counts per error reason. May not be populated in all cases.

getErrorCounts

A list of errors and counts per error reason. May not be populated in all cases.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setErrorCounts

A list of errors and counts per error reason. May not be populated in all cases.

Parameter
Name Description
var array<ErrorCount>
Returns
Type Description
$this