Expand description
§Error Handling for WSL Plugins
This module defines a unified error type for handling errors in WSL plugins, combining
both custom plugin-specific errors and Windows system errors. It provides seamless
interoperability with Windows APIs using HRESULT.
Re-exports§
pub use require_update_error::Error as RequireUpdateError;
Modules§
- require_
update_ error - WSL Plugin Error Handling
Enums§
- Error
- A comprehensive error type for WSL plugins.
Type Aliases§
- Result
- A type alias for results using the custom
Errortype.