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 e036aef commit 7568934Copy full SHA for 7568934
bunq/sdk/client.py
@@ -15,6 +15,13 @@ class ApiClient(object):
15
:type _api_context: bunq.sdk.context.ApiContext
16
"""
17
18
+ # Error constants
19
+ _ERROR_COULD_NOT_DETERMINE_RESPONSE_ID_HEADER = ('The response header'
20
+ '"X-Bunq-Client-Response-'
21
+ 'Id" or "x-bunq-client-'
22
+ 'response-id" could not '
23
+ 'be found.')
24
+
25
# Endpoints not requiring active session for the request to succeed.
26
_URL_DEVICE_SERVER = 'device-server'
27
_URI_INSTALLATION = 'installation'
0 commit comments