Skip to content

Commit e2e7085

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 b63f9ac commit e2e7085

File tree

1 file changed

+1
-1
lines changed
  • packages/client-common/src/transporter

1 file changed

+1
-1
lines changed

packages/client-common/src/transporter/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class ErrorWithStackTrace extends AlgoliaError {
4343
export class RetryError extends ErrorWithStackTrace {
4444
constructor(stackTrace: StackFrame[]) {
4545
super(
46-
'Unreachable hosts - your application id may be incorrect. If the error persists, please reach out to the Algolia Support team: https://alg.li/support.',
46+
'Unreachable hosts - your application id may be incorrect. 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',
4747
stackTrace,
4848
'RetryError',
4949
);

0 commit comments

Comments
 (0)