m06-error-handling

Installation
SKILL.md

Error Handling

Layer 1: Language Mechanics

Core Question

Is this failure expected or a bug?

Before choosing error handling strategy:

  • Can this fail in normal operation?
  • Who should handle this failure?
  • What context does the caller need?

Error → Design Question

Related skills

More from actionbook/rust-skills

Installs
683
GitHub Stars
1.1K
First Seen
Jan 23, 2026