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
The PackageRunner catches a Throwable at the end of the doIt() method and returns a 500 response code for all exceptions.
Instead of the Throwable it should be catching individual exceptions and returning the appropriate response code for each exception.
The text was updated successfully, but these errors were encountered:
The PackageRunner catches a Throwable at the end of the doIt() method and returns a 500 response code for all exceptions.
Instead of the Throwable it should be catching individual exceptions and returning the appropriate response code for each exception.
The text was updated successfully, but these errors were encountered: