Expand description
Library error type for rusty-ts.
Per AD-009: library errors are typed via thiserror; the binary boundary
(src/main.rs) wraps these in anyhow for human-readable diagnostics.
All public variants carry actionable context (offending input, source
error) rather than opaque strings. The enum is #[non_exhaustive] so new
variants can be added in minor versions without breaking semver per the
pre-1.0 evolution rules documented in plan.md §API Surface Summary.
Enums§
- Error
- Errors raised by the
rusty-tslibrary API.