Skip to content

v2.2.0: Trickle up fatal Braze errors as exceptions

Latest
Compare
Choose a tag to compare
@pramttl pramttl released this 29 Jan 00:51
· 30 commits to master since this release
facd108

The client library will trickle up fatal braze errors as exceptions. E.g. BrazeInternalServerError is an example of an internal server error.

These exceptions can be imported from braze.client like -

from braze.client import BrazeClientError, BrazeInternalServerError

Refer to #5 for more details on changes in this release.