Skip to main content

Module error

Module error 

Source
Expand description

Plugin error type. Error types for the widget plugin.

Provides a unified Error enum used across desktop and mobile implementations. All variants carry a human-readable message that is serialized to JSON when returned to the webview frontend.

Enums§

Error
All possible errors produced by this plugin.

Type Aliases§

Result
Alias for std::result::Result<T, Error>.