Skip to content

Commit b0ddbfe

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 b2bd06f commit b0ddbfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/algoliasearch/exception/AlgoliaRuntimeException.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ case class AlgoliaRequestException(
6161
case class AlgoliaRetryException(
6262
exceptions: List[Throwable]
6363
) extends AlgoliaRuntimeException(
64-
"Error(s) while processing the retry strategy",
64+
"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",
6565
exceptions.lastOption.orNull
6666
)
6767

0 commit comments

Comments
 (0)