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
For example, see here. The initial DataStoreUpdateException disappears because a new exception is thrown when disposing PlaceholderResourceCollector before the first exception can be caught. This results in a 500 error response plus a log entry at error level. Instead the follow-up exception should be swallowed so that the original DataStoreUpdateException can propagate.
The text was updated successfully, but these errors were encountered:
For example, see here. The initial
DataStoreUpdateException
disappears because a new exception is thrown when disposingPlaceholderResourceCollector
before the first exception can be caught. This results in a 500 error response plus a log entry at error level. Instead the follow-up exception should be swallowed so that the originalDataStoreUpdateException
can propagate.The text was updated successfully, but these errors were encountered: