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§
- Hook
Outcome - Outcome of a host-side hook invocation.
- Plugin
Error - Errors surfaced by the plugin framework itself.
- Reload
Error - Errors produced by the hot-reload pipeline.