Home
last modified time | relevance | path

Searched refs:ErrTransactionStopped (Results 1 – 3 of 3) sorted by relevance

/webrtc/stun/src/agent/
H A Dagent_test.rs153 Error::ErrTransactionStopped, in test_agent_stop()
156 Error::ErrTransactionStopped in test_agent_stop()
/webrtc/stun/src/
H A Derror.rs15 ErrTransactionStopped, enumerator
H A Dagent.rs210 self.stop_with_error(id, Error::ErrTransactionStopped) in stop()