Home
last modified time | relevance | path

Searched refs:InvalidChannelType (Results 1 – 2 of 2) sorted by relevance

/webrtc/data/src/message/
H A Dmessage_channel_open.rs115 _ => Err(Error::InvalidChannelType(b0).into()), in unmarshal()
251 if let Some(&Error::InvalidChannelType(0x11)) = err.downcast_ref::<Error>() { in test_channel_type_unmarshal_invalid()
343 if let Some(&Error::InvalidChannelType(0x11)) = err.downcast_ref::<Error>() { in test_channel_open_unmarshal_invalid_channel_type()
/webrtc/data/src/
H A Derror.rs17 InvalidChannelType(u8), enumerator