Enum multistream_select::NegotiationError [−][src]
pub enum NegotiationError { ProtocolError(ProtocolError), Failed, }
Error that can happen when negotiating a protocol with the remote.
Variants
ProtocolError(ProtocolError)
A protocol error occurred during the negotiation.
Protocol negotiation failed because no protocol could be agreed upon.
Trait Implementations
impl Display for NegotiationError
[src]
impl Display for NegotiationError
[src]impl Error for NegotiationError
[src]
impl Error for NegotiationError
[src]impl From<Error> for NegotiationError
[src]
impl From<Error> for NegotiationError
[src]fn from(err: Error) -> NegotiationError
[src]
impl From<NegotiationError> for Error
[src]
impl From<NegotiationError> for Error
[src]fn from(err: NegotiationError) -> Error
[src]
impl From<ProtocolError> for NegotiationError
[src]
impl From<ProtocolError> for NegotiationError
[src]