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
At this time our internal libraries handle errors and responses this way, for example return {"success": False, "response": response.json()}.
return {"success": False, "response": response.json()}
Ideally, we should create a proper class for exceptions, errors handling and responses, unifying the way the system behaves (in library level)
The text was updated successfully, but these errors were encountered:
[m]: Error and Success handling #20
0910f17
[x]: Update Tests #20
c3c49b9
[x]: Minor Updates in messages and tests #20
2ce5c81
[x]: Update documentation #20
a9cf070
[x]: Solve Merge Confict #20 #53
9e35a66
#20 and #53 fix this issue
Sorry, something went wrong.
shubham-mahajan
No branches or pull requests
Acceptance
Tasks
At this time our internal libraries handle errors and responses this way, for example
return {"success": False, "response": response.json()}
.Ideally, we should create a proper class for exceptions, errors handling and responses, unifying the way the system behaves (in library level)
The text was updated successfully, but these errors were encountered: