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 ac3f684 commit 3f41a61Copy full SHA for 3f41a61
mergin/common.py
@@ -16,6 +16,7 @@ class ErrorCode(Enum):
16
StorageLimitHit = "StorageLimitHit"
17
MonthlyContributorsLimitHit = "MonthlyContributorsLimitHit"
18
19
+
20
class ClientError(Exception):
21
def __init__(self, detail, url=None, server_code=None, server_response=None, http_error=None, http_method=None):
22
self.detail = detail
0 commit comments