Enum dji_onboard::Error [] [src]

pub enum Error {
    Encode,
    Decode,
    Session,
    Json(Error),
    Transport(String),
    Protocol(ProtocolError),
    Time(SystemTimeError),
    EventLoop(String),
    Http(String),
}

Variants

Methods

impl Error
[src]

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl<'a> From<&'a str> for Error
[src]

Performs the conversion.

impl From<TimerError> for Error
[src]

Performs the conversion.

impl From<SystemTimeError> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.

impl From<ProtocolError> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.

impl StdError for Error
[src]

A short description of the error. Read more

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

impl Display for Error
[src]

Formats the value using the given formatter. Read more