Module error

Source
Expand description

§Error Types

This module provides error types for the steckrs library.

The error types in this module are used throughout the library to represent various failure conditions that can occur during plugin management, hook registration, and other operations.

Error types are defined with help of the thiserror crate.

§Error Types

§Result Types

This module also provides type aliases for commonly used Result types:

Enums§

HookError
Error type for hook-related operations.
PluginError
Error type for plugin-related operations.

Type Aliases§

HookResult
Result type for plugin operations
PluginResult
Result type for plugin operations