twodayslate / NetUtils

WHOIS, DNS, ping, view source, and more!
https://itunes.apple.com/us/app/netutils/id1434360325?mt=8
Other
34 stars 6 forks source link

Actually check error in codable structs #113

Open twodayslate opened 1 year ago

twodayslate commented 1 year ago

We have some optional errors. But we aren't checking them currently. We should check them and throw if they are not nil.

Example: https://github.com/twodayslate/NetUtils/blob/master/ec3730/Data%20Feeds/WhoisXML/WhoisRecord.swift#L24