Learn R Programming

rdomains (version 0.5.0)

fetch_error_codes: Reasons a domain can fail to get a category

Description

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.

Usage

fetch_error_codes()

Arguments

Value

A tibble with columns `code`, `stage`, `retryable` and `description`.

Details

These strings are shared verbatim with the Python package `piedomains`, so results from the two can be aggregated together.

See Also

[fetch_report()] to summarise an actual run, [source_vintage()] for the provenance of the static label sources.

Examples

Run this code
fetch_error_codes()

# which failures are worth trying again?
subset(fetch_error_codes(), retryable)

Run the code above in your browser using DataLab