We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53a331 commit 8d9e173Copy full SHA for 8d9e173
1 file changed
consulate/exceptions.py
@@ -8,6 +8,14 @@ class ConsulateException(Exception):
8
"""Base Consul exception"""
9
10
11
+class RequestError(ConsulateException):
12
+ """There was an error making the request to the consul server"""
13
+
14
15
+class ClientError(ConsulateException):
16
+ """There was an error in the request that was made to consul"""
17
18
19
class ServerError(ConsulateException):
20
"""An internal Consul server error occurred"""
21
0 commit comments