Enum winrt_notification::Error []

pub enum Error {
    OperationAborted,
    AccessDenied,
    UnspecifiedFailure,
    InvalidHandle,
    InvalidArgument,
    NoSuchInterface,
    NotImplemented,
    OutOfMemory,
    InvalidPointer,
    UnexpectedFailure,
    OutOfBounds,
    IllegalMethodCall,
    ObjectClosed,
    Other(i32),
}

Represents an error as a result of a Windows Runtime method call.

Variants

Methods

impl Error

Trait Implementations

impl Debug for Error

Formats the value using the given formatter. Read more

impl PartialEq<Error> for Error

impl Eq for Error