Expand description
Error types returned by RemodelCore.
All fallible operations return Result<T>, an alias for
std::result::Result<T, Error>. Errors are intentionally categorized so
callers can react to specific failure modes (e.g. surface a validation
issue to the user vs. abort the whole conversion).
Enums§
- Error
- Top-level error type for RemodelCore operations.
Type Aliases§
- Result
- Result alias used throughout the crate.