lumeohq / onvif-rs

A native Rust ONVIF client library.
MIT License
114 stars 61 forks source link

Implement std::error::Error for schema::transport::Error #53

Closed jplatte closed 4 years ago

jplatte commented 4 years ago

Work towards #52.

I originally wanted to do soap::Error too in this PR, but it's unclear to me how soap_envelope::Fault should be displayed.