Project

General

Profile

$downloaderr » History » Version 2

Per Amundsen, 02/16/2023 09:35 PM

1 1 Per Amundsen
_Added in 2.3_
2
3
*$downloaderr*
4
5
Returns any error during a [[on DOWNLOAD]] event.
6
7 2 Per Amundsen
_See also [[$download]], [[/download]], [[on DOWNLOAD]]._
8
9 1 Per Amundsen
*Example*
10
11
<pre>
12
on *:DOWNLOAD:*:echo -ag Download of $download($download).url was $iif($downloaderr,not ok,ok)
13
</pre>