[example] id = "example-error-handling" name = "Error Handling" icon = "⚠️" category = "runtime" desc = """ Demonstrates how to define custom error types with `pack!` and route them to dedicated `#[renderer]` functions for user-friendly output. """ tags = ["Result"] files = ["src/main.rs", "Cargo.toml"]