Skip to content

Commit b806317

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 b58e764 commit b806317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Core/Networking/HTTP/AlgoliaError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public enum AlgoliaError: Error, LocalizedError {
2525
case let .httpError(error):
2626
"HTTP error: \(error)"
2727
case let .noReachableHosts(errors, exposeIntermediateErrors):
28-
"All hosts are unreachable. " +
28+
"All hosts are unreachable. 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 " +
2929
(
3030
exposeIntermediateErrors ?
3131
"Intermediate errors:\n- \(errors.map(\.localizedDescription).joined(separator: "\n- "))" :

0 commit comments

Comments
 (0)