Lines Matching refs:error
3 use tokio::sync::mpsc::error::SendError as MpscSendError;
10 #[error("duplicated packet")]
12 #[error("SRTP master key is not long enough")]
14 #[error("SRTP master salt is not long enough")]
16 #[error("no such SRTP Profile")]
18 #[error("indexOverKdr > 0 is not supported yet")]
20 #[error("exporter called with wrong label")]
22 #[error("no config provided")]
24 #[error("no conn provided")]
26 #[error("failed to verify auth tag")]
28 #[error("packet is too short to be rtcp packet")]
30 #[error("payload differs")]
32 #[error("started channel used incorrectly, should only be closed")]
34 #[error("stream has not been inited, unable to close")]
36 #[error("stream is already closed")]
38 #[error("stream is already inited")]
40 #[error("failed to cast child")]
43 #[error("index_over_kdr > 0 is not supported yet")]
45 #[error("SRTP Master Key must be len {0}, got {1}")]
47 #[error("SRTP Salt must be len {0}, got {1}")]
49 #[error("SyntaxError: {0}")]
51 #[error("ssrc {0} not exist in srtp_ssrc_state")]
53 #[error("srtp ssrc={0} index={1}: duplicated")]
55 #[error("srtcp ssrc={0} index={1}: duplicated")]
57 #[error("ssrc {0} not exist in srtcp_ssrc_state")]
59 #[error("Stream with ssrc {0} exists")]
61 #[error("Session RTP/RTCP type must be same as input buffer")]
63 #[error("Session EOF")]
65 #[error("too short SRTP packet: only {0} bytes, expected > {1} bytes")]
67 #[error("too short SRTCP packet: only {0} bytes, expected > {1} bytes")]
69 #[error("failed to verify rtp auth tag")]
71 #[error("failed to verify rtcp auth tag")]
73 #[error("SessionSRTP has been closed")]
75 #[error("this stream is not a RTPStream")]
77 #[error("this stream is not a RTCPStream")]
80 #[error("{0}")]
82 #[error("{0}")]
84 #[error("mpsc send: {0}")]
86 #[error("{0}")]
88 #[error("{0}")]
90 #[error("aes gcm: {0}")]
93 #[error("{0}")]
98 #[error("io error: {0}")]