Primitive 08 / Errors

Error handler card

What happens when something goes wrong. Each handler attaches to a step, declares which errors it catches, and chains the response — retry, catch with a fallback, compensate by undoing prior work, or alert a human. The hits-per-7d chip tells you which paths are actually firing.

Production answer

Error handler card is a reusable Oak Flats Muffler Men UI primitive with documented states, accessibility expectations, theme behavior, and implementation evidence.

Primary CTAReview Error handler card states
Generative search brief

Error handler card: What happens when something goes wrong. Each handler attaches to a step, declares which errors it catches, and chains the response — retry, catch with a fallback, compensate by undoing prior work, or alert a human. The hits-per-7d chip tells you which paths are actually firing.

Twilio SMS · retry → catch → alert → compensate
Error · twilio.sms.send

Carrier flake fallback

red
Attached tostep:s4 · send-followup-sms
MatchTwilioError · 4xx or 5xx
  1. 01
    RetryRetry · exponential backofftwilio.sms.send · max 3 · base 30s
    14 hits / 7d
  2. 02
    CatchCatch carrier-blockedregex /CarrierUnreachable/
    3 hits / 7d
  3. 03
    AlertAlert Eddie via PagerDutyPagerDuty · oncall-workshop
    1 hits / 7d
  4. 04
    CompensateQueue manual call-backInbox · call.queue
    1 hits / 7d
Stripe · refund · compensate prior journal entry
Error · stripe.refunds.create

Refund settle failure

amber
Attached tostep:s5 · stripe-refund
MatchStripeError · code:charge_already_refunded
  1. 01
    CatchMark as no-op · already refundedbranch · skip downstream actions
    2 hits / 7d
  2. 02
    CompensateReverse journal entryXero · journals.delete
    2 hits / 7d
  3. 03
    AlertNotify financeSlack · #ops-finance
    2 hits / 7d
Supplier 503 · retry budget exhausted · fall through
Error · parts.search

Burnett supplier outage

amber
Attached tostep:s2 · supplier-burnett
Matchany · 5xx or timeout > 8s
  1. 01
    Retry3 retries · fixed 2ssupplier.burnett.search
    11 hits / 7d
  2. 02
    CatchFall through to Coxallstep:s3 · supplier-coxall
    4 hits / 7d
  3. 03
    AlertDaily digest to EddieEmail · 17:30 AEST
    1 hits / 7d