Skip to contents

Ordered from best outcome to worst.

Usage

STATUS_LEVELS

Format

A character vector of length seven.

Details

ok

The call succeeded and data holds the parsed result.

no_data

The source was reached and has nothing for this query, for example a 404 or an empty body. This is an answer, not a fault.

stale

A cached value served past its freshness window.

rate_limited

The source asked the caller to slow down, a 429.

timeout

The request did not return in time.

skipped

Not attempted, because the host's breaker is open or a caller-side budget was hit.

error

Anything else: a 5xx, a malformed body, a transport failure.