We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CreateWindow
1 parent 98175bd commit 6a6df33Copy full SHA for 6a6df33
crates/tauri-runtime/src/lib.rs
@@ -126,6 +126,7 @@ pub enum Error {
126
/// Failed to create webview.
127
#[error("failed to create webview: {0}")]
128
CreateWebview(Box<dyn std::error::Error + Send + Sync>),
129
+ // TODO: Make it take an error like `CreateWebview` in v3
130
/// Failed to create window.
131
#[error("failed to create window")]
132
CreateWindow,
0 commit comments