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.