Error Handling
Error handling refers to the approaches and processes to be implemented to manage and respond to errors that occur during data transmission between the source application and target application (Zoho Analytics). The error could include various types,
- Connection errors denote issues that occur when the connection between the source application and the target application (Zoho Analytics) fails. This includes network issues like timeouts and authentication failures due to invalid credentials or expired tokens.
- Data format errors denote issues such as data type mismatch, missing fields, and field length exceeded.
- A status code in error handling is the numerical code returned by a server or application to indicate the outcome of a request. Specify the Status Code number.
- The Action field describes the steps taken in response to the given status code. Choose the necessary action from the drop-down menu.
- In the Headers section, specify the Key, Value and choose the appropriate action
- In the Response section, specify the following details
- Path: Specify the location or the property you want to monitor or act upon. It could refer to a specific data field, attribute, or object in a system.
- Condition: This defines the criteria or logic to be applied to the field specified in the "Path." It determines when the rule should trigger based on the value of the field.
- Value: This is the threshold or target that the condition compares the "Path" to. It could be a number, string, or specific value.
- Action: This defines what should happen when the condition is met. It could be an update, notification, or any other automated action.