Enum zeronet_protocol::error::Error [−][src]
pub enum Error {
Show variants
InvalidJson(Error),
InvalidMessagePack(Error),
EncodeRMPError(Error),
Io(Error),
ConnectionFailure,
ConnectionClosed,
ParseError(ParseError),
AddressError(AddressError),
Base64Decode(DecodeError),
ChannelSendError,
ChannelRecvError(RecvError),
UnexpectedResponse,
UnexpectedRequest,
MissingReqId,
Other(String),
}Variants
InvalidJson(Error)InvalidMessagePack(Error)EncodeRMPError(Error)Io(Error)ParseError(ParseError)AddressError(AddressError)Base64Decode(DecodeError)ChannelRecvError(RecvError)Other(String)Implementations
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Errorimpl !UnwindSafe for Error