Home
last modified time | relevance | path

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

/webrtc/rtcp/src/
H A Derror.rs57 ReasonTooLong, enumerator
/webrtc/rtcp/src/goodbye/
H A Dgoodbye_test.rs195 Some(Error::ReasonTooLong), in test_goodbye_round_trip()
H A Dmod.rs89 return Err(Error::ReasonTooLong.into()); in marshal_to()