Enum openzwave_sys::utils::APIError [] [src]

pub enum APIError {
    GenericError,
}

Variants

Trait Implementations

impl Debug for APIError
[src]

Formats the value using the given formatter.

impl Display for APIError
[src]

Formats the value using the given formatter. Read more

impl Error for APIError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more