We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0953b commit cd9ab64Copy full SHA for cd9ab64
nocodb/exceptions.py
@@ -3,4 +3,4 @@ def __init__(self, message, status_code, response_json=None, response_text=None)
3
super().__init__(message)
4
self.status_code = status_code
5
self.response_json = response_json
6
- self.response_text = response_text
+ self.response_text = response_text
0 commit comments