Enum i3ipc::MessageError [] [src]

pub enum MessageError {
    Send(Error),
    Receive(Error),
    JsonCouldntParse(Error),
}

An error sending or receiving a message.

Variants

Network error sending the message.

Network error receiving the response.

Got the response but couldn't parse the JSON.

Trait Implementations

impl Debug for MessageError
[src]

[src]

Formats the value using the given formatter.

impl Error for MessageError
[src]

[src]

A short description of the error. Read more

[src]

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

impl Display for MessageError
[src]

[src]

Formats the value using the given formatter. Read more