Skip to content
Snippets Groups Projects
  • Carlos Villela's avatar
    ce7d0571
    [db-ip] Handle Geocoder::OverQueryLimitError gracefully (#1230) · ce7d0571
    Carlos Villela authored
    * Handle Geocoder::OverQueryLimitError gracefully.
    
    Geocoder::OverQueryLimitError errors were not being generated correctly, and the response was coming back empty but with no indication.
    
    This changes the behavior slightly so that unknown errors are also returned.
    
    * Add error handling tests
    
    * Remove unnecessary config in tests
    ce7d0571
    History
    [db-ip] Handle Geocoder::OverQueryLimitError gracefully (#1230)
    Carlos Villela authored
    * Handle Geocoder::OverQueryLimitError gracefully.
    
    Geocoder::OverQueryLimitError errors were not being generated correctly, and the response was coming back empty but with no indication.
    
    This changes the behavior slightly so that unknown errors are also returned.
    
    * Add error handling tests
    
    * Remove unnecessary config in tests