Hubspot_Helpers::log_action_error( $error, $user_id, $action_data, $recipe_id )
Method log_action_error
Contents
Parameters Parameters
- $response
-
(Required)
- $user_id
-
(Required)
- $action_data
-
(Required)
- $recipe_id
-
(Required)
Return Return
(void)
Source Source
File: src/integrations/hubspot/helpers/hubspot-helpers.php
public function log_action_error( $error, $user_id, $action_data, $recipe_id ) { $action_data['do-nothing'] = true; $action_data['complete_with_errors'] = true; Automator()->complete_action( $user_id, $action_data, $recipe_id, $error ); }
Expand full source code Collapse full source code View on Github