Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trickle up fatal braze errors as exceptions #5

Merged
merged 4 commits into from
Jan 25, 2019
Merged

Conversation

pramttl
Copy link

@pramttl pramttl commented Jan 15, 2019

As discussed offline between @AA33 and @pramttl, trickle up exceptions. The exceptions are trickled up post retry logic.

This allows the consumer of the client to add custom behavior based on the exception.

@codecov
Copy link

codecov bot commented Jan 15, 2019

Codecov Report

Merging #5 into master will decrease coverage by 1.35%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
- Coverage   95.93%   94.57%   -1.36%     
==========================================
  Files           3        3              
  Lines         172      166       -6     
==========================================
- Hits          165      157       -8     
- Misses          7        9       +2

@pramttl pramttl force-pushed the exceptions-trickle-up branch from 543e5ef to 47c80c5 Compare January 17, 2019 23:10
@pramttl pramttl changed the title [WIP] Trickle up fatal braze errors as exceptions Trickle up fatal braze errors as exceptions Jan 17, 2019
@pramttl pramttl requested a review from AA33 January 17, 2019 23:22
@pramttl pramttl requested a review from jslang January 24, 2019 23:25
Copy link

@jslang jslang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, one NB comment

@pramttl pramttl merged commit 98d220e into master Jan 25, 2019
@pramttl pramttl deleted the exceptions-trickle-up branch January 25, 2019 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants