right now when an error is raised it just returns the error, it might be nicer to take those errors and wrap them in easier to decipher exceptions, so for example:
EDAMSystemException: EDAMSystemException(errorCode=19, rateLimitDuration=12, _message=None)
http://dev.evernote.com/doc/reference/Errors.html
right now when an error is raised it just returns the error, it might be nicer to take those errors and wrap them in easier to decipher exceptions, so for example:
could become: