Enum openzwave::error::GetSetError [] [src]

pub enum GetSetError {
    APIError(&'static str),
    WrongType,
    InvalidString,
}

Variants

APIError(&'static str)WrongTypeInvalidString

Trait Implementations

impl Debug for GetSetError
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.