thatmarcel / untis-js

WebUntis client for Node.js
https://npmjs.com/package/untis-js
MIT License
1 stars 1 forks source link

Not able to catch errors #1

Open edlingem opened 2 months ago

edlingem commented 2 months ago

Hey there, as I was working with this library, I encountered the issue that the responses from the webuntis api are not being checked on errors. So whenever an error occurs, there is no possibility for the developer to handle it. (for example a failed authentication or a wrong date)

Best regards

edlingem commented 2 months ago

PR #2