You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// The list of errors associated with each unreachable host.
75
75
finalList<AlgoliaException> errors;
76
+
finalString message =
77
+
"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";
76
78
77
79
/// Constructs an [UnreachableHostsException] with the provided list of errors.
0 commit comments