Skip to content

Commit 6373c1e

Browse files
fix(clients): link to support/help center on unreachable hosts (generated)
algolia/api-clients-automation#5305 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 27081d4 commit 6373c1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

algoliasearch/Transport/HttpTransport.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,8 @@ private async Task<TResult> ExecuteRequestAsync<TResult, TData>(
223223
}
224224

225225
throw new AlgoliaUnreachableHostException(
226-
"RetryStrategy failed to connect to Algolia. Reason: " + _errorMessage
226+
"RetryStrategy failed to connect to Algolia. If the error persists, please visit our help center https://alg.li/support-unreachable-hosts or reach out to the Algolia Support team: https://alg.li/support Reason: "
227+
+ _errorMessage
227228
);
228229
}
229230

0 commit comments

Comments
 (0)