PHP Class WorkflowValidationError, googleads-php-lib
In versions V201502 and earlier, the workflow error message defined by a network administrator
that describes how a workflow rule is violated is stored in the {@link #trigger}. Beginning in
V201505, it is stored in the {@link #errorString}.
Exibir arquivo
Open project: googleads/googleads-php-lib
Public Properties
Property |
Type |
Description |
|
$reason |
tnsWorkflowValidationErrorReason |
|
|
Public Methods
Method Details
__construct()
public method
public __construct ( $reason = null, $fieldPath = null, $trigger = null, $errorString = 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 tnsWorkflowValidationErrorReason $reason |
return |
tnsWorkflowValidationErrorReason |
|