We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make error class dedicated for each type of error to make it easier to handle and maintain consistency.
Example of inconsistency are error messages for empty api_key in Client. They raise different message each time it's checked.
api_key
Client
Some time it raise "Bad api_key parameter", another time, it's "api_key" or "api_key cannot be empty"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Make error class dedicated for each type of error to make it easier to handle and maintain consistency.
Example of inconsistency are error messages for empty
api_key
inClient
. They raise different message each time it's checked.Some time it raise "Bad api_key parameter", another time, it's "api_key" or "api_key cannot be empty"
The text was updated successfully, but these errors were encountered: