\Google\AdsApi\AdWords\Reporting\v201809ReportDownloadError

Describes what went wrong for a report that failed to download.

Summary

Methods
Properties
Constants
__construct()
__toString()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct(string|null  $fieldPath = null,string|null  $trigger = null,string|null  $errorString = null,string|null  $apiErrorType = null)

Creates a report download error instance with the specified properties.

Parameters

string|null $fieldPath

the OGNL field path to identify error cause

string|null $trigger

the data that caused the error

string|null $errorString

a simple string representation of the error

string|null $apiErrorType

a string indicating that this instance is a subtype of ApiError

__toString()

__toString()