Expand description
Error types for the Term data validation library.
This module provides a comprehensive error handling strategy using thiserror
for automatic error trait implementations. All errors in the Term library
are represented by the TermError enum.
Enums§
- Term
Error - The main error type for the Term library.
Traits§
- Error
Context - Extension trait for adding context to errors.
Type Aliases§
- Result
- A type alias for
Result<T, TermError>.