PHP Class RegionCodeError, googleads-php-lib
Errors that are thrown when a non-AdX feature is accessed by an AdX customer.
Datei anzeigen
Open project: googleads/googleads-php-lib
Public Properties
Property |
Type |
Description |
|
$reason |
tnsRegionCodeErrorReason |
|
|
Public Methods
Method |
Description |
|
__construct ( $reason = null, $fieldPath = null, $trigger = null, $errorString = null, $ApiErrorType = null ) |
|
|
getNamespace ( ) : string |
Gets the namesapce of this class |
|
getXsiTypeName ( ) : string |
Gets the xsi:type name of this class |
|
Method Details
__construct()
public method
public __construct ( $reason = null, $fieldPath = null, $trigger = null, $errorString = null, $ApiErrorType = null ) |
getNamespace()
public method
Gets the namesapce of this class
getXsiTypeName()
public method
Gets the xsi:type name of this class
Property Details
$reason public_oe property
public tnsRegionCodeErrorReason $reason |
return |
tnsRegionCodeErrorReason |
|