FLUID-4278: Uploader error messages should be more descriptive

Metadata

Source
FLUID-4278
Type
Bug
Priority
Major
Status
Closed
Resolution
Duplicate
Assignee
N/A
Reporter
Jonathan Hung
Created
2011-06-02T15:30:40.165-0400
Updated
2011-06-23T15:17:14.222-0400
Versions
  1. 1.4
Fixed Versions
N/A
Component
  1. Uploader

Description

The Uploader should produce error messages that are more useful. Currently it just gives "Error 403" messages and a filename.

Possible error cases (not exhaustive list):

  • Filesize exceeded
  • File not supported for uploading
  • File queue exceeded
  • Insufficient disk space
  • Insufficient permissions

These error strings should be customizable of course.

Comments

  • Mike Lam commented 2011-06-02T16:44:15.620-0400

    Jon, see FLUID-3878. We have a branch with better, more appropriate error handling for the uploader. It's being reviewed to be pushed into the repo.