Skip to content

Extract and display HTTP warning messages #181

@jessecambon

Description

@jessecambon

Currently tidygeocoder only displays warnings/errors in the HTTP response if the HTTP request fails (ie. HTTP code != 200) for single address geocoding:

if (query_results$status != 200) {

This behavior varies by service for batch geocoding. Ideally we would also display warnings contained in HTTP response even if the HTTP request is successful. One use case here: #178 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions