Skip to main content

Module errors

Module errors 

Source
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 Error type.