Datapill | Description | API name |
---|---|---|
Error type | The type of error that occurred. | For example: error[type] and error[error_type] |
Error message | A message describing the error. | For example: error[message] , error[error_message] , and error[msg] |
Retry count | The number of times Workato tried to rerun the actions in the handle errors block. | For example: error[retry_count] and error[retries] |
Error UUID | The Universally Unique Identifier (UUID) of the error. This is a 128-bit label used to identify the error. This key is optional and only displays a value if you provide the key. | For example: error[uuid] and error[error_id] |
Errored step number | The step on which the error occurred. | For example: error[line_number] , error[step_number] , and error[step] |
Errored app | The app that caused the error. | For example: error[adapter] , error[app] , and error[application] |
Errored action | The action on which the error occurred. | For example: error[action] , error[action_name] , and error[operation] |
Last updated: 2/12/2025, 11:03:25 PM