show_error
Description:
[
Version ( since =
"3.18" ) ]
public void show_error (
Error error)
Shows the error within this, unless it's a
CANCELLED, or null, which are
safely ignored.
The advantage of this function is that the error message is removed when the refresh operation is started.
Parameters:
| this |
an WebDAVDiscoverContent
|
| error |
a Error to show in the UI, or null
|