Module utils

Module utils 

Source
Expand description

Utility types and functions for the plugin system.

This module contains various utility types, error definitions, and helper functions used throughout the plugin system.

Modules§

archive
Archive utilities for plugin packaging.

Structs§

ParseVariableError
Error that occurs when parsing a Variable into a specific type.
Ptr
A thread-safe pointer wrapper for shared mutable access.

Enums§

BundleFromError
Errors that can occur when parsing a bundle from a filename.
BundleUnzipError
Errors that can occur when extracting a ZIP archive to a plugin bundle.
BundleZipError
Errors that can occur when creating a ZIP archive from a plugin bundle.
CallFunctionDependError
Errors that can occur when calling a function on a plugin dependency.
LoadPluginError
Errors that can occur when loading a plugin.
PluginCallFunctionError
Errors that can occur when calling a function in a plugin.
PluginCallRequestError
Errors that can occur when calling a plugin request.
PluginOperationError
Error that can occur during plugin operations involving registration and loading.
PluginRegisterFunctionError
Errors that can occur when registering a function in a plugin.
RegisterManagerError
Errors that can occur when registering a plugin manager.
RegisterPluginError
Errors that can occur when registering a plugin.
RegisterRequestError
Errors that can occur when registering a function request in a plugin.
StopLoaderError
Errors that can occur when stopping the plugin loader.
UnloadPluginError
Errors that can occur when unloading a plugin.
UnregisterManagerError
Errors that can occur when unregistering a plugin manager.
UnregisterPluginError
Errors that can occur when unregistering a plugin.

Type Aliases§

ManagerResult
Result type for manager operations.