PHP Class AdCustomizerError, googleads-php-lib

Inheritance: extends ApiError
Show file Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$functionString string
$operandIndex integer
$operandValue string
$operatorName string
$reason tnsAdCustomizerErrorReason

Public Methods

Method Description
__construct ( $reason = null, $functionString = null, $operatorName = null, $operandIndex = null, $operandValue = 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, $functionString = null, $operatorName = null, $operandIndex = null, $operandValue = null, $fieldPath = null, $trigger = null, $errorString = null, $ApiErrorType = null )

getNamespace() public method

Gets the namesapce of this class
public getNamespace ( ) : string
return string the namespace of this class

getXsiTypeName() public method

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
return string the xsi:type name of this class

Property Details

$functionString public property

public string $functionString
return string

$operandIndex public property

public int $operandIndex
return integer

$operandValue public property

public string $operandValue
return string

$operatorName public property

public string $operatorName
return string

$reason public property

public tnsAdCustomizerErrorReason $reason
return tnsAdCustomizerErrorReason