2009-07-15 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Documented 'errorCode' of tellStatus in man page.
	* doc/aria2c.1.txt
pull/1/head
Tatsuhiro Tsujikawa 2009-07-15 12:41:42 +00:00
parent d17d7631e1
commit a3193d80f5
4 changed files with 27 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-07-15 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Documented 'errorCode' of tellStatus in man page.
* doc/aria2c.1.txt
2009-07-15 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Added 'errorCode' to the reponse of tellStatus xml-rpc method.

View File

@ -2149,6 +2149,11 @@ connections
.RS 4
The number of peers/servers the client has connected to\&.
.RE
.PP
errorCode
.RS 4
The last error code occurred in this download\&. The value is of type string\&. The error codes are defined in EXIT STATUS section\&. This value is only available for stopped/completed downloads\&.
.RE
.sp
\fBaria2\&.getUris\fR \fIgid\fR
.sp

View File

@ -2579,6 +2579,16 @@ connections
The number of peers/servers the client has connected to.
</p>
</dd>
<dt class="hdlist1">
errorCode
</dt>
<dd>
<p>
The last error code occurred in this download. The value is of type
string. The error codes are defined in EXIT STATUS section. This
value is only available for stopped/completed downloads.
</p>
</dd>
</dl></div>
<div class="paragraph"><p><strong>aria2.getUris</strong> <em>gid</em></p></div>
<div class="paragraph"><p>This method returns URIs used in the download denoted by <em>gid</em>. <em>gid</em>
@ -3216,7 +3226,7 @@ files in the program, then also delete it here.</p></div>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2009-07-15 20:58:54 JST
Last updated 2009-07-15 21:38:56 JST
</div>
</div>
</body>

View File

@ -1158,6 +1158,12 @@ connections::
The number of peers/servers the client has connected to.
errorCode::
The last error code occurred in this download. The value is of type
string. The error codes are defined in EXIT STATUS section. This
value is only available for stopped/completed downloads.
*aria2.getUris* 'gid'
This method returns URIs used in the download denoted by 'gid'. 'gid'