Lines Matching refs:error
9 #[error("Wrong marshal size")]
13 #[error("Invalid total lost count")]
16 #[error("Invalid header")]
19 #[error("Empty compound packet")]
23 #[error("First packet in compound must be SR or RR")]
26 #[error("Compound missing SourceDescription with CNAME")]
29 #[error("Feedback packet seen before CNAME")]
32 #[error("Too many reports")]
35 #[error("Too many chunks")]
38 #[error("too many sources")]
41 #[error("Packet status chunk must be 2 bytes")]
44 #[error("Buffer too short to be written")]
47 #[error("Wrong packet type")]
50 #[error("SDES must be < 255 octets long")]
53 #[error("SDES item missing type")]
56 #[error("Reason must be < 255 octets long")]
59 #[error("Invalid packet version")]
62 #[error("Invalid padding value")]
65 #[error("Wrong feedback message type")]
68 #[error("Wrong payload type")]
71 #[error("Header length is too small")]
74 #[error("Media SSRC must be 0")]
77 #[error("Missing REMB identifier")]
80 #[error("SSRC num and length do not match")]
83 #[error("Invalid size or startIndex")]
86 #[error("Delta exceed limit")]
89 #[error("Packet status chunk must be 2 bytes")]
91 #[error("Invalid bitrate")]
93 #[error("Wrong chunk type")]
95 #[error("Struct contains unexpected member type")]
97 #[error("Cannot read into non-pointer")]
100 #[error("{0}")]
103 #[error("{0}")]