bunq / sdk_python

Python SDK for bunq API
MIT License
106 stars 25 forks source link

Better error handling #25

Closed OGKevin closed 6 years ago

OGKevin commented 7 years ago

Steps to reproduce:

  1. Look at the exceptions that the SDK throws.

What should happen:

  1. The SDK has at least 1 exception per error status code (400+).

What happens:

  1. The SDK will only throw exceptions of two types: client-side and server-side.
dnl-blkv commented 6 years ago

Merged