Skip to content

Commit

Permalink
Improve message of error 1103
Browse files Browse the repository at this point in the history
  • Loading branch information
adams85 committed Jan 8, 2024
1 parent 5ff6bfd commit bc417e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConfigCatClient/Logging/LogMessages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public static FormattableLogMessage FetchFailedDueToRequestTimeout(this LoggerWr

public static FormattableLogMessage FetchFailedDueToUnexpectedError(this LoggerWrapper logger, Exception ex) => logger.Log(
LogLevel.Error, 1103, ex,
"Unexpected error occurred while trying to fetch config JSON.");
"Unexpected error occurred while trying to fetch config JSON. It is most likely due to a local network issue. Please make sure your application can reach the ConfigCat CDN servers (or your proxy server) over HTTP.");

public static FormattableLogMessage FetchFailedDueToRedirectLoop(this LoggerWrapper logger) => logger.Log(
LogLevel.Error, 1104,
Expand Down

0 comments on commit bc417e4

Please sign in to comment.