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}.
Afficher le fichier
Open project: googleads/googleads-php-lib
Méthodes publiques
Свойство |
Type |
Description |
|
$reason |
tnsWorkflowValidationErrorReason |
|
|
Méthodes publiques
Method Details
__construct()
public méthode
public __construct ( $reason = null, $fieldPath = null, $trigger = null, $errorString = null ) |
getNamespace()
public méthode
Gets the namesapce of this class
getXsiTypeName()
public méthode
Gets the xsi:type name of this class
Property Details
$reason public_oe property
public tnsWorkflowValidationErrorReason $reason |
Résultat |
tnsWorkflowValidationErrorReason |
|