mirror of https://github.com/aria2/aria2
2009-07-15 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Documented 'errorCode' of tellStatus in man page. * doc/aria2c.1.txtpull/1/head
parent
d17d7631e1
commit
a3193d80f5
|
@ -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>
|
2009-07-15 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Added 'errorCode' to the reponse of tellStatus xml-rpc method.
|
Added 'errorCode' to the reponse of tellStatus xml-rpc method.
|
||||||
|
|
|
@ -2149,6 +2149,11 @@ connections
|
||||||
.RS 4
|
.RS 4
|
||||||
The number of peers/servers the client has connected to\&.
|
The number of peers/servers the client has connected to\&.
|
||||||
.RE
|
.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
|
.sp
|
||||||
\fBaria2\&.getUris\fR \fIgid\fR
|
\fBaria2\&.getUris\fR \fIgid\fR
|
||||||
.sp
|
.sp
|
||||||
|
|
|
@ -2579,6 +2579,16 @@ connections
|
||||||
The number of peers/servers the client has connected to.
|
The number of peers/servers the client has connected to.
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</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>
|
</dl></div>
|
||||||
<div class="paragraph"><p><strong>aria2.getUris</strong> <em>gid</em></p></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>
|
<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>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div id="footer-text">
|
<div id="footer-text">
|
||||||
Last updated 2009-07-15 20:58:54 JST
|
Last updated 2009-07-15 21:38:56 JST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -1158,6 +1158,12 @@ connections::
|
||||||
|
|
||||||
The number of peers/servers the client has connected to.
|
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'
|
*aria2.getUris* 'gid'
|
||||||
|
|
||||||
This method returns URIs used in the download denoted by 'gid'. 'gid'
|
This method returns URIs used in the download denoted by 'gid'. 'gid'
|
||||||
|
|
Loading…
Reference in New Issue