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 e4b8522 commit e080f4eCopy full SHA for e080f4e
EXCEPTIONS.md
@@ -1,13 +1,11 @@
1
## Exceptions
2
-
3
When you make a request via the SDK, there is a chance of request failing
4
due to various reasons. When such a failure happens, an exception
5
corresponding to the error occurred is raised.
6
7
8
----
9
#### Possible Exceptions
10
11
* `BadRequestException` If the request returns with status code `400`
12
* `UnauthorizedException` If the request returns with status code `401`
13
* `ForbiddenException` If the request returns with status code `403`
bunq/sdk/client.py
@@ -1,7 +1,7 @@
import uuid
from json import JSONDecodeError
-from urllib.parse import urlencode
+from urllib.parse import urlencode
import requests
from bunq.sdk import context
0 commit comments