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,
}
Expand description

Represents errors returned by decode or encode.

Variants

StringError(FromUtf8Error)

Tuple Fields of StringError

0: FromUtf8Error
ReadError(Error)

Tuple Fields of ReadError

0: Error
BadPacket(&'static str)

Tuple Fields of BadPacket

0: &'static str
BadAddress(&'static str)

Tuple Fields of BadAddress

0: &'static str
BadMessage(&'static str)

Tuple Fields of BadMessage

0: &'static str
BadString(&'static str)

Tuple Fields of BadString

0: &'static str
BadArg(String)

Tuple Fields of BadArg

0: String
BadBundle(String)

Tuple Fields of BadBundle

0: String
Unimplemented

Trait Implementations

Formats the value using the given formatter. Read more

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.