Skip to content

Commit d3f70b2

Browse files
committed
fix: dart
1 parent b14459b commit d3f70b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/algoliasearch-client-dart/packages/client_core/lib/src/algolia_exception.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ final class UnreachableHostsException implements AlgoliaException {
7979

8080
@override
8181
String toString() {
82-
return 'UnreachableHostsException{errors: $errors}';
82+
return 'UnreachableHostsException{errors: $errors, message: If the error persists, please visit our help center <SUPPORT_LINK_HERE> or reach out to the Algolia Support team: https://alg.li/support.}';
8383
}
8484
}

0 commit comments

Comments
 (0)