| /webrtc/sctp/src/ |
| H A D | error.rs | 15 #[error("chunk has invalid length")] 32 #[error("chunk too short")] 48 #[error("unimplemented")] 75 #[error("packet to short")] 131 #[error("invalid chunk size")] 156 #[error("try again")] 169 #[error("silently discard")] 210 #[error("Stream closed")] 214 #[error("Io EOF")] 223 #[error("{0}")] [all …]
|
| /webrtc/webrtc/src/ |
| H A D | error.rs | 19 #[error("unknown")] 349 #[error( 357 #[error( 387 #[error("{0}")] 389 #[error("{0}")] 391 #[error("{0}")] 393 #[error("{0}")] 395 #[error("{0}")] 397 #[error("{0}")] 399 #[error("{0}")] [all …]
|
| /webrtc/turn/src/ |
| H A D | error.rs | 35 #[error("turn: TODO")] 63 #[error("unexpected EOF")] 67 #[error("fake error")] 69 #[error("try again")] 75 #[error("already closed")] 155 #[error("parse int: {0}")] 159 #[error("{0}")] 161 #[error("{0}")] 163 #[error("{0}")] 165 #[error("{0}")] [all …]
|
| H A D | lib.rs | 8 mod error; module 13 pub use error::Error;
|
| /webrtc/dtls/src/ |
| H A D | error.rs | 14 #[error("conn is closed")] 28 #[error("invalid mac")] 110 #[error( 147 #[error( 152 #[error("{0}")] 154 #[error("{0}")] 158 #[error("{0}")] 160 #[error("{0}")] 162 #[error("{0}")] 174 #[error("{0}")] [all …]
|
| /webrtc/ice/src/ |
| H A D | error.rs | 14 #[error("Unknown type")] 26 #[error("invalid query")] 190 #[error("invalid url")] 201 #[error("{0}")] 203 #[error("{0}")] 205 #[error("{0}")] 207 #[error("{0}")] 209 #[error("{0}")] 211 #[error("{0}")] 214 #[error("{0}")] [all …]
|
| /webrtc/util/src/ |
| H A D | error.rs | 14 #[error("buffer: full")] 16 #[error("buffer: closed")] 18 #[error("buffer: short")] 20 #[error("packet too big")] 22 #[error("i/o timeout")] 68 #[error("not found")] 114 #[error("{0}")] 116 #[error("utf8: {0}")] 118 #[error("{0}")] 120 #[error("{0}")] [all …]
|
| H A D | lib.rs | 42 #[error("tls handshake is in progress")] 44 #[error("context is not supported for export_keying_material")] 46 #[error("export_keying_material can not be used with a reserved label")] 48 #[error("no cipher suite for export_keying_material")] 50 #[error("export_keying_material io: {0}")] 51 Io(#[source] error::IoError), 52 #[error("export_keying_material hash: {0}")] 58 KeyingMaterialExporterError::Io(error::IoError(e)) in from() 86 mod error; module 87 pub use error::{Error, Result};
|
| /webrtc/srtp/src/ |
| H A D | error.rs | 10 #[error("duplicated packet")] 24 #[error("no conn provided")] 30 #[error("payload differs")] 63 #[error("Session EOF")] 80 #[error("{0}")] 82 #[error("{0}")] 86 #[error("{0}")] 88 #[error("{0}")] 90 #[error("aes gcm: {0}")] 93 #[error("{0}")] [all …]
|
| H A D | lib.rs | 7 mod error; module 14 pub use error::Error;
|
| /webrtc/rtcp/src/ |
| H A D | error.rs | 9 #[error("Wrong marshal size")] 16 #[error("Invalid header")] 19 #[error("Empty compound packet")] 32 #[error("Too many reports")] 35 #[error("Too many chunks")] 38 #[error("too many sources")] 47 #[error("Wrong packet type")] 91 #[error("Invalid bitrate")] 93 #[error("Wrong chunk type")] 100 #[error("{0}")] [all …]
|
| /webrtc/mdns/src/ |
| H A D | error.rs | 14 #[error("mDNS: connection is closed")] 16 #[error("mDNS: context has elapsed")] 34 #[error("invalid pointer")] 36 #[error("nil resource body")] 42 #[error("zero length segment")] 60 #[error("empty builder msg")] 62 #[error("{0}")] 64 #[error("utf-8 error: {0}")] 66 #[error("parse addr: {0}")] 68 #[error("{0}")] [all …]
|
| H A D | lib.rs | 6 mod error; module 9 pub use error::Error;
|
| /webrtc/stun/src/ |
| H A D | error.rs | 12 #[error("attribute not found")] 20 #[error("agent is closed")] 26 #[error("unexpected EOF")] 56 #[error("invalid url")] 62 #[error("{0}")] 64 #[error("url parse: {0}")] 66 #[error("utf8: {0}")] 68 #[error("{0}")] 70 #[error("mpsc send: {0}")] 72 #[error("{0}")] [all …]
|
| /webrtc/rtp/src/ |
| H A D | error.rs | 8 #[error("RTP header size insufficient")] 12 #[error("buffer too small")] 14 #[error("extension not enabled")] 16 #[error("extension not found")] 34 #[error("invalid nil packet")] 36 #[error("too many PDiff")] 40 #[error("NALU Type is unhandled")] 43 #[error("corrupted h265 packet")] 50 #[error("audio level overflow")] 58 #[error("{0}")] [all …]
|
| H A D | lib.rs | 5 mod error; module 12 pub use error::Error;
|
| /webrtc/media/src/ |
| H A D | error.rs | 9 #[error("stream is nil")] 11 #[error("incomplete frame header")] 13 #[error("incomplete frame data")] 15 #[error("incomplete file header")] 22 #[error("file not opened")] 24 #[error("invalid nil packet")] 42 #[error("Io EOF")] 46 #[error("{0}")] 48 #[error("{0}")] 51 #[error("{0}")] [all …]
|
| /webrtc/interceptor/src/ |
| H A D | error.rs | 8 #[error("Invalid Parent RTCP Reader")] 12 #[error("Invalid Next RTP Writer")] 14 #[error("Invalid CloseRx Channel")] 18 #[error("IO EOF")] 20 #[error("Buffer is too short")] 22 #[error("Invalid buffer size")] 25 #[error("{0}")] 27 #[error("{0}")] 29 #[error("{0}")] 31 #[error("{0}")] [all …]
|
| /webrtc/sdp/src/ |
| H A D | error.rs | 13 #[error("codec not found")] 15 #[error("missing whitespace")] 17 #[error("missing colon")] 19 #[error("payload type not found")] 21 #[error("{0}")] 23 #[error("utf-8 error: {0}")] 27 #[error("SdpInvalidValue: {0}")] 31 #[error("parse int: {0}")] 33 #[error("parse url: {0}")] 35 #[error("parse extmap: {0}")] [all …]
|
| H A D | lib.rs | 9 mod error; module 13 pub use error::Error;
|
| /webrtc/data/src/ |
| H A D | error.rs | 10 #[error( 14 #[error("Unknown MessageType {0}")] 16 #[error("Unknown ChannelType {0}")] 18 #[error("Unknown PayloadProtocolIdentifier {0}")] 20 #[error("Stream closed")] 23 #[error("{0}")] 25 #[error("{0}")] 27 #[error("utf-8 error: {0}")] 31 #[error("{0}")] 42 fn from(error: Error) -> Self { in from() [all …]
|
| H A D | lib.rs | 5 mod error; module 8 pub use error::Error;
|
| /webrtc/constraints/src/ |
| H A D | errors.rs | 40 impl std::error::Error for OverconstrainedError {} 60 for error in failure_info.errors { in exposing_device_information() 61 let violation = violators_by_kind.entry(error.kind).or_insert(Violation { in exposing_device_information() 62 constraint: error.constraint.clone(), in exposing_device_information() 65 assert_eq!(violation.constraint, error.constraint); in exposing_device_information() 66 if let Some(setting) = error.setting { in exposing_device_information()
|
| /webrtc/constraints/src/algorithms/select_settings/ |
| H A D | apply_mandatory.rs | 43 Err(error) => { in apply_mandatory_constraints() 44 for (property, setting_error) in error.setting_errors { in apply_mandatory_constraints() 107 let error = apply_mandatory_constraints( in overconstrained() localVariable 114 let constraint = &error.constraint; in overconstrained() 115 let err_message = error.message.as_ref().expect("Error message."); in overconstrained() 125 let error = apply_mandatory_constraints( in overconstrained() localVariable 132 let constraint = &error.constraint; in overconstrained() 133 let err_message = error.message; in overconstrained()
|
| /webrtc/dtls/examples/hub/src/ |
| H A D | utilities.rs | 13 #[error("block is not a private key, unable to load key")] 15 #[error("unknown key time in PKCS#8 wrapping, unable to load key")] 17 #[error("no private key found, unable to load key")] 19 #[error("block is not a certificate, unable to load certificates")] 21 #[error("no certificate found, unable to load certificates")] 24 #[error("{0}")]
|