Searched refs:WebRTCError (Results 1 – 3 of 3) sorted by relevance
9 pub struct WebRTCError { struct23 impl From<RTCError> for WebRTCError { implementation25 WebRTCError { in from()31 impl From<RTCUtilError> for WebRTCError { implementation33 WebRTCError { in from()39 impl fmt::Display for WebRTCError { implementation45 impl Fail for WebRTCError { implementation
1 use super::errors::WebRTCError;24 pub type Result<T> = std::result::Result<T, WebRTCError>;203 Err(WebRTCError { in handle_whip()
1 use super::errors::WebRTCError;25 pub type Result<T> = std::result::Result<T, WebRTCError>;189 Err(WebRTCError { in handle_whep()