traveltime-dev / traveltime-sdk-java

TravelTime SDK for JAVA programming language
https://docs.traveltime.com/
MIT License
6 stars 1 forks source link

Created new error type, since IOError requires cause and for this net… #87

Closed Titas212 closed 1 year ago

Titas212 commented 1 year ago

…work error case, I can't find a way to get a cause. Created a switch to match on network response codes, hence, if response code wouldn't be 404 or 200, another case could be added.