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 258f891 commit faecd4dCopy full SHA for faecd4d
1 file changed
cryptopay/exceptions.py
@@ -6,3 +6,27 @@ class UnauthorizedApiException(Exception):
6
7
class ApiKeyMissingException(Exception):
8
pass
9
+
10
11
+class RequestFailedException(Exception):
12
+ pass
13
14
15
+class BadRequestException(Exception):
16
17
18
19
20
21
22
23
+class TooManyRequestsException(Exception):
24
25
26
27
+class ServerErrorException(Exception):
28
29
30
31
+class ConflictException(Exception):
32
0 commit comments