Home
last modified time | relevance | path

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

/xiu/protocol/webrtc/src/
H A Derrors.rs9 pub struct WebRTCError { struct
23 impl From<RTCError> for WebRTCError { implementation
25 WebRTCError { in from()
31 impl From<RTCUtilError> for WebRTCError { implementation
33 WebRTCError { in from()
39 impl fmt::Display for WebRTCError { implementation
45 impl Fail for WebRTCError { implementation
H A Dwhip.rs1 use super::errors::WebRTCError;
24 pub type Result<T> = std::result::Result<T, WebRTCError>;
203 Err(WebRTCError { in handle_whip()
H A Dwhep.rs1 use super::errors::WebRTCError;
25 pub type Result<T> = std::result::Result<T, WebRTCError>;
189 Err(WebRTCError { in handle_whep()