-
Notifications
You must be signed in to change notification settings - Fork 10
Improve error handling #2
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Error handling right now is just a text output of GetLastError() in the response object, and it doesn't cover all possible errors. There should be a more helpful error handling function for the whole library.