Enumeration

WPEWebKitDownloadError

Declaration

error-domain WPEWebKit.DownloadError

Description [src]

Enum values used to denote the various download errors.

Members

WEBKIT_DOWNLOAD_ERROR_NETWORK

Download failure due to network error.

  • Value: 499
  • Available since: 2.0
WEBKIT_DOWNLOAD_ERROR_CANCELLED_BY_USER

Download was cancelled by user.

  • Value: 400
  • Available since: 2.0
WEBKIT_DOWNLOAD_ERROR_DESTINATION

Download failure due to destination error.

  • Value: 401
  • Available since: 2.0

Type functions

webkit_download_error_quark

Gets the quark for the domain of download errors.