Enum tauri_runtime::Error [−][src]
#[non_exhaustive] pub enum Error { CreateWebview(Box<dyn Error + Send>), CreateWindow, FailedToSendMessage, Json(Error), SystemTray(Box<dyn Error + Send>), InvalidIcon(Box<dyn Error + Send>), }
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Expand description
Failed to create webview.
Expand description
Failed to create window.
Expand description
Failed to send message to webview.
Json(Error)
Expand description
Failed to serialize/deserialize.
This is supported on crate feature
system-tray
only.Expand description
Encountered an error creating the app system tray.
Expand description
Failed to load window icon.
Trait Implementations
impl Error for Error
[src]
impl Error for Error
[src]fn source(&self) -> Option<&(dyn Error + 'static)>
[src]
fn source(&self) -> Option<&(dyn Error + 'static)>
[src]The lower-level source of this error, if any. Read more
fn backtrace(&self) -> Option<&Backtrace>
[src]
fn backtrace(&self) -> Option<&Backtrace>
[src]🔬 This is a nightly-only experimental API. (
backtrace
)Returns a stack backtrace, if available, of where this error occurred. Read more
fn description(&self) -> &str
1.0.0[src]
fn description(&self) -> &str
1.0.0[src]👎 Deprecated since 1.42.0:
use the Display impl or to_string()
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl Send for Error
impl !Sync for Error
impl Unpin for Error
impl !UnwindSafe for Error
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<D> ToJsString for D where
D: Display,
[src]
impl<D> ToJsString for D where
D: Display,
[src]