Lines Matching refs:SessionError
21 pub struct SessionError { struct
84 impl From<Amf0WriteError> for SessionError { implementation
86 SessionError { in from()
92 impl From<BytesWriteError> for SessionError { implementation
94 SessionError { in from()
108 impl From<UnpackError> for SessionError { implementation
110 SessionError { in from()
116 impl From<MessageError> for SessionError { implementation
118 SessionError { in from()
124 impl From<ControlMessagesError> for SessionError { implementation
126 SessionError { in from()
132 impl From<NetConnectionError> for SessionError { implementation
134 SessionError { in from()
140 impl From<NetStreamError> for SessionError { implementation
142 SessionError { in from()
148 impl From<EventMessagesError> for SessionError { implementation
150 SessionError { in from()
156 impl From<BytesIOError> for SessionError { implementation
158 SessionError { in from()
164 impl From<PackError> for SessionError { implementation
166 SessionError { in from()
172 impl From<HandshakeError> for SessionError { implementation
174 SessionError { in from()
180 impl From<CacheError> for SessionError { implementation
182 SessionError { in from()
188 impl From<RecvError> for SessionError { implementation
190 SessionError { in from()
196 impl From<ChannelError> for SessionError { implementation
198 SessionError { in from()
204 impl fmt::Display for SessionError { implementation
210 impl Fail for SessionError { implementation