Enum multistream_select::ProtocolError [−][src]
pub enum ProtocolError {
IoError(Error),
InvalidMessage,
InvalidProtocol,
TooManyProtocols,
}
Expand description
A protocol error.
Variants
IoError(Error)
I/O error.
Tuple Fields of IoError
0: Error
Received an invalid message from the remote.
A protocol (name) is invalid.
Too many protocols have been returned by the remote.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.