Enum xmz_server::output::OutputError[][src]

pub enum OutputError {
    CouldNotSet,
    CouldNotGet,
    CouldNotUnset,
}

Output Error

Fehler die beim Schalten der Ausgänge auftreten können.

Variants

Trait Implementations

impl Debug for OutputError
[src]

Formats the value using the given formatter. Read more

impl Display for OutputError
[src]

Formats the value using the given formatter. Read more

impl Error for OutputError
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations

impl Send for OutputError

impl Sync for OutputError