WebDAV-Swift
WebDAV-Swift copied to clipboard
Some errors don't return Error instances
When, for example, a 407 response code is returned, no error is returned. More status codes should be included in the getError
function of WebDAVError
. There could also be a generic case with an associated value of unrecognized error codes.