[This line is the culprit](https://github.com/girder/girder_web_components/blob/master/src/components/Upload.vue#L188). We should probably catch the error and emit the `error` event. I ran into this when trying to use a preUpload hook to do some validation and potentially stop the upload from happening.