Retry Configurations
Connectors that support provisioning operations also have the capability to retry the operation if it fails. The retryableErrors
entry is a list of strings through which the connector searches when it receives a message from the managed application. To take advantage of this feature, add a retryable error messages list to the attributes map in
For example:
<entry key="retryableErrors">
<value>
<List>
<String>[error_message_1]</String>
<String>[error_message_2]</String>
</List>
</value>
</entry>
Note
Error messages containing very specific information about date/time, sequence ID and so on must be avoided. Error codes or error message substrings would be good candidates for inclusion.