Expand description
Typed error enums for the victauri-plugin crate.
Enums§
- Builder
Error - Errors that can occur when building the Victauri plugin via
crate::VictauriBuilder. - Plugin
Error - Errors that can occur during MCP server operation, tool execution, or webview interaction.
Type Aliases§
- Result
- Convenience alias for
std::result::Result<T, PluginError>.