Skip to main content

Module error

Module error 

Source
Expand description

Typed error enums for the victauri-plugin crate.

Enums§

BuilderError
Errors that can occur when building the Victauri plugin via crate::VictauriBuilder.
PluginError
Errors that can occur during MCP server operation, tool execution, or webview interaction.

Type Aliases§

Result
Convenience alias for std::result::Result<T, PluginError>.