Ticket #207 (closed enhancement: fixed)
Error message when quota limit is reached
| Reported by: | Michiel.Schok | Owned by: | Michiel.Schok |
|---|---|---|---|
| Priority: | major | Milestone: | MediaMosa 2.1 |
| Component: | Core | Version: | 2.1.1 |
| Keywords: | Cc: | ||
| MoSCoW: | Could Have | Estimated time after impact analysis: | |
| Related to project: | none | Tested: | yes |
| Accepted: | yes | Estimated Hours: |
Description
When a transcode is started, and the user does not have enough quota, an error message is given. In the result description we observe:
<response>
<header>
<item_count>0</item_count>
<request_process_time>4.1782</request_process_time>
<request_query_count>17</request_query_count>
<request_result>error</request_result>
<request_result_description>Quota limit reached. Allowed size: @quota MB. Used size: @used MB.</request_result_description>
<request_result_id>1016</request_result_id>
<request_uri>[POST] mediafile/LYMoYkOLgoYieaulnhPdspAf/transcode</request_uri>
<vpx_version>1.6.4</vpx_version>
</header>
<items/>
</response>
It looks like the '@' sign should be replaced with some numbers.
Or discard the second part of the description and leave only 'Quota Limit reached'.
Change History
Note: See
TracTickets for help on using
tickets.
