We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c36d69 + 6054d82 commit 92bd0c2Copy full SHA for 92bd0c2
1 file changed
kazoo/exceptions.py
@@ -187,6 +187,11 @@ class NotReadOnlyCallError(ZookeeperError):
187
a read-only server"""
188
189
190
+@_zookeeper_exception(-125)
191
+class QuotaExceededError(ZookeeperError):
192
+ """Exceeded the quota that was set on the path"""
193
+
194
195
class ConnectionClosedError(SessionExpiredError):
196
"""Connection is closed"""
197
0 commit comments