Enum distant_core::SessionExtError [−][src]
pub enum SessionExtError {
Failure(Failure),
TransportError(TransportError),
MismatchedResponse,
}
Expand description
Represents an error that can occur related to convenience functions tied to a Session
Variants
Failure(Failure)
Occurs when the remote action fails
Tuple Fields of Failure
0: Failure
TransportError(TransportError)
Occurs when a transport error is encountered
Tuple Fields of TransportError
Occurs when receiving a response that was not expected
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.