Module error

Module error 

Source
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§

TermError
The main error type for the Term library.

Traits§

ErrorContext
Extension trait for adding context to errors.

Type Aliases§

Result
A type alias for Result<T, TermError>.