Type Alias Error

Source
pub type Error = Box<dyn Error>;
Expand description

An error returned by the wake lock API. A variety of errors can occur when calling Android APIs, such as JNI errors, or exceptions actually thrown by the API itself.

Aliased Typeยง

pub struct Error(/* private fields */);