You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@wilson85 those are orthogonal. The background exception handler catches anything that throws and sends it somewhere that won't crash the background thread (and potentially the process). The ThrowOnPostFails deals with whether an exception gets sent anywhere (regardless of whether it's truly thrown or sent to the exception handler).
It should probably be renamed to TreatPostFailAsError or something like that in the future to make it less confusing.
Right now,
ThrowOnPostFail
only applies to>= 500
status codes, but it should also apply if the connection is unavailable.The text was updated successfully, but these errors were encountered: