pardot / deci

Apache License 2.0
1 stars 1 forks source link

Introduce the concept of a retryable error #43

Closed alindeman closed 5 years ago

alindeman commented 5 years ago

Retryable errors will have context-specific meaning. In the refresh connector context, Deci will return an HTTP 500 for retryable errors and HTTP 400 for non-retryable errors.

alindeman commented 5 years ago

I agree that I'm not sure about this solution long-term, but let's try it and see how it feels.