diff --git a/src/api/Features/Geocoding/Geocode.cs b/src/api/Features/Geocoding/Geocode.cs index 4311d501..8b8fd372 100644 --- a/src/api/Features/Geocoding/Geocode.cs +++ b/src/api/Features/Geocoding/Geocode.cs @@ -55,7 +55,7 @@ private IReadOnlyCollection ProcessResult(LocatorResponse response, L if (response.Error?.Code == 500) { _log?.Fatal("geocoder down {locator.Name}. message: {error.Message}", locator.Name, response.Error.Message); - throw new GeocodingException($"{locator.Name} geocoder is not started. {response.Error}"); + throw new GeocodingException($"{locator.Name} geocoder is not started. {@response.Error}"); } if (response.Candidates == null) {