Skip to content

Commit 07e0227

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 c4eb604 commit 07e0227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/commonMain/kotlin/com/algolia/client/exception/AlgoliaRuntimeException.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class AlgoliaApiException(
4343
*/
4444
public class AlgoliaRetryException(
4545
public val exceptions: List<Throwable>,
46-
) : AlgoliaRuntimeException("Error(s) while processing the retry strategy", exceptions.last())
46+
) : AlgoliaRuntimeException("Error(s) while processing the retry strategy. 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", exceptions.last())
4747

4848
/**
4949
* Exception thrown when an error occurs during the wait strategy. For example: maximum number of

0 commit comments

Comments
 (0)