Skip to main content

Module errors

Module errors 

Source
Expand description

Error types for the plugin framework.

Errors are split between PluginError (framework-level failures — invalid manifest, capability denied, duplicate registration, ABI mismatch) and FnError (per-invocation failures returned by a plugin’s work function and wrapped into a UniError::Plugin by the host adapter).

Structs§

FnError
Per-invocation error returned by a plugin’s work function.

Enums§

HookOutcome
Outcome of a host-side hook invocation.
PluginError
Errors surfaced by the plugin framework itself.
ReloadError
Errors produced by the hot-reload pipeline.