Skip to main content

Module error

Module error 

Source
Expand description

Error handling utilities for WSL plugins.

This module defines custom error types and result aliases to simplify and standardize error handling throughout the WSL plugin framework.

§WSL Plugin Error Handling

This module defines a custom error type for handling errors in WSL plugins. It integrates with Windows APIs, supports error codes and optional error messages, and provides utility methods for error creation and consumption.

Structs§

Error
Represents an error in the WSL plugin system.

Type Aliases§

Result
A specialized result type for operations that may return a WSL plugin error.