Enum nannou::osc::Error[][src]

pub enum Error {
    StringError(FromUtf8Error),
    ReadError(Error),
    BadPacket(&'static str),
    BadAddress(&'static str),
    BadMessage(&'static str),
    BadString(&'static str),
    BadArg(String),
    BadBundle(String),
    Unimplemented,
}

Represents errors returned by decode or encode.

Variants

Trait Implementations

impl Debug for OscError
[src]

Formats the value using the given formatter. Read more

impl From<Error> for CommunicationError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for OscError

impl Sync for OscError