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
should probably catch exceptions (in those sections that throw them, these seem to be a bit mix-n-match in terms of failing silently vs throwing webexceptions), and wrap into an Intrinio-specfic exception wrapper, similar to the stripe example?
Or possibly simply catch and return empty response objects, so that ALL api wrapper calls shouldnt throw exceptions
The text was updated successfully, but these errors were encountered:
https://github.com/ServiceStack/Stripe/blob/master/src/Stripe/StripeGateway.cs
should probably catch exceptions (in those sections that throw them, these seem to be a bit mix-n-match in terms of failing silently vs throwing webexceptions), and wrap into an Intrinio-specfic exception wrapper, similar to the stripe example?
Or possibly simply catch and return empty response objects, so that ALL api wrapper calls shouldnt throw exceptions
The text was updated successfully, but these errors were encountered: