WebKit2.Download::failed

connect('failed', function (download, error: void, ): void);
  

This signal is emitted when an error occurs during the download operation. The given error, of the domain %WEBKIT_DOWNLOAD_ERROR, contains further details of the failure. If the download is cancelled with WebKit2.Download.prototype.cancel, this signal is emitted with error WebKit2.DownloadError.cancelled_by_user. The download operation finishes after an error and WebKit2.Download::finished signal is emitted after this one.

download

instance of WebKit2.Download that is emitting the signal

error

the GLib.Error that was triggered