huin / goupnp

UPnP client library for Go (#golang)
BSD 2-Clause "Simplified" License
424 stars 85 forks source link

[soap] Enhance SOAPFaultError error unwrapping #47

Closed afjoseph closed 2 years ago

afjoseph commented 2 years ago

Hey. Thanks for the great repo. I encountered a few errors on my router (Fritz!box Cable 6660) that had no faultString or faultCode. Only err.Detail.Raw helped me understand the issue. This PR enhances the visibility of this error type.

Cheers!

huin commented 2 years ago

Sorry for slow response. Merged, and thanks :)