...
This errors refer to the same: the service presented an error at some point of the data processing. The error specify in which step the flow stoped and at which point the flow should be checked.:
Error - failed to get survey properties
Error - failed while trying to connect to DHIS2 and check if Tracked Entity Instance exists, DHIS2 responded status: [status_code_sent_by_DHIS2]
Error - failed to get Tracked Entity Instance properties from inserted
Error - could not create Track Entity Instance payload for DHIS2
Error - failed while trying to connect to DHIS2 and insert Tracked Entity Instance, DHIS2 responded status:
Error - failed to get Tracked Entity Instance properties from inserted
Error - Could not create Event payload for Track Entity Instance for DHIS2
Error - failed to store property from DHIS2 Event inserted
...
This errors refer that DHIS2 presented some problem trying to insert the data. As DHIS2 returns a status code, the data inserted into DHIS2 must be reviewed (as there could be a duplicate, or the data can not be inserted for some reason):
Error - failed to get Tracked Entity Instance, DHIS2 responded status: [status_code_sent_by_DHIS2]
Error - failed to insert DHIS2 Tracked Entity Instance, DHIS2 responded status: [status_code_sent_by_DHIS2]
Error - failed to insert DHIS2 Event on Tracked Entity Instance, DHIS2 responded status: [status_code_sent_by_DHIS2]
...
This errors refers that some data within the request body was incorrect or there are required questions that are missing:
Error - failed to get properties from surveys, please, check if all question IDs are correct
...