Skip to main content

Module error

Module error 

Source
Expand description

Error types for the codemod-core crate.

This module defines all error types used throughout the crate using the thiserror derive macro for ergonomic error handling. A unified CodemodError enum captures all possible failure modes, and a convenience Result type alias is provided.

Enums§

CodemodError
Unified error type for all codemod-core operations.

Type Aliases§

Result
Convenience result type for codemod-core operations.