Skip to main content

Module error

Module error 

Source
Expand description

Error types – FxcpError, CopyErrorKind, and Result alias. Error types for the fxcp-core copy engine.

Enums§

CopyErrorKind
Classification of copy operation errors for retry/fallback decisions
FxcpError
Unified error type for all fxcp-core operations.

Type Aliases§

Result
Convenience alias for std::result::Result<T, FxcpError>.