mozilla / webrtc-sdp

Rust SDP parser for WebRTC
Mozilla Public License 2.0
155 stars 30 forks source link

Improve the error message for missing attribute parameter values to include the name of the parameter #218

Open na-g opened 4 years ago

na-g commented 4 years ago

217 is a good example of how including the parameter name in the case of missing values could be handled better. It could also indicate that value is required.