Error Including retryableErrors in Active Directory Source

Hi @clebercarvalhoRaise,

You can add retryable errors under connector Attributes section directly in VS code.
In your source, after healthCheckTimeout section you can add the below section and save the configuration. In below example,“connection timeout” is the error string that i am using. You can change it as per your requirement.

"retryableErrors": [
            "connection timeout"
        ],

Thanks