| fetch_error_codes | R Documentation |
The closed set of 'error_code' values that [collect_content()] and [pie_cat()] can return, with the pipeline stage each belongs to and whether it is worth retrying.
fetch_error_codes()
These strings are shared verbatim with the Python package 'piedomains', so results from the two can be aggregated together.
A tibble with columns 'code', 'stage', 'retryable' and 'description'.
[fetch_report()] to summarise an actual run, [source_vintage()] for the provenance of the static label sources.
fetch_error_codes()
# which failures are worth trying again?
subset(fetch_error_codes(), retryable)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.