Home
last modified time | relevance | path

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

/webrtc/dtls/src/alert/
H A Dmod.rs56 DecodeError = 50, enumerator
87 AlertDescription::DecodeError => write!(f, "DecodeError"), in fmt()
120 50 => AlertDescription::DecodeError, in from()
/webrtc/dtls/src/conn/
H A Dmod.rs1034 alert_description: AlertDescription::DecodeError, in handle_incoming_packet()