Expand description
Error types and the crate-wide error::Result alias.
Error types for tenshift.
Every error is actionable and carries context. No generic “something went wrong.”
All error variants include a “Fix:” suggestion that provides immediate actionable guidance for resolving the issue.
Enums§
- Error
- All errors that can occur in the pipeline.
Type Aliases§
- Result
- Convenience result type.