Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
docs(statistics-and-status-updates.jmd): update retrying status def
Browse files Browse the repository at this point in the history
#1670
[skip ci]
  • Loading branch information
rnicholus committed Nov 6, 2016
1 parent 9c0a312 commit 27b52e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/statistics-and-status-updates.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For reference, here are valid status values:
* `SUBMITTED` - Selected file has been successfully submitted to the uploader. In UI mode, it is also now represented in the DOM.
* `QUEUED` - Uploads are in progress, but this one has not yet started due to lack of available connections. It is waiting in line for an available connection before an attempt is made to upload it.
* `UPLOADING` - File is currently uploading (in progress).
* `UPLOAD_RETRYING` - The state when an upload retry is about to occur, just before the upload retry it attempted. The file will likely only be in this state for a brief moment.
* `UPLOAD_RETRYING` - The state when an upload retry is about to occur, just before the auto retry waiting period starts.
* `UPLOAD_FAILED` - The upload has officially failed to upload, after all auto-retry attempts have been exhausted.
* `UPLOAD_SUCCESSFUL` - The upload has officially succeeded.
* `CANCELED` - The upload has been canceled.
Expand Down

0 comments on commit 27b52e8

Please sign in to comment.