error is a sentence written for a person to read. It is not a code to switch
on — switch on the HTTP status.
402 does not mean your links stopped
This is the one worth reading twice.402 appears in three distinct situations, told apart by the body:
Statuses
Retrying
429 and 502 are worth retrying with backoff. 502 from analytics means the
recent half of the window is unavailable — we return the error rather than the
older half alone, because a partial answer that looks complete is worse than a
failure you can retry.
Nothing else is worth retrying unchanged. A 409 on a payment means that
credential is spent; get a fresh 402. A 400 on an x402 payment means the
requirements moved; get a fresh 402 rather than adjusting the numbers yourself.