lumeohq / onvif-rs

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

Implement Error trait for all errors #52

Open DmitrySamoylov opened 4 years ago

DmitrySamoylov commented 4 years ago

Helpful crate for this purposes: https://crates.io/crates/thiserror

jplatte commented 4 years ago

It's unclear to me how soap_envelope::Fault should be displayed, so releasing my assignment. The remaining error type is probably best worked on by somebody with a better understanding of SOAP than I have.