Enumeration

WebKit2DownloadError

Declaration

error-domain WebKit2.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
  • Nickname: network
  • Available since: 4.1
WEBKIT_DOWNLOAD_ERROR_CANCELLED_BY_USER

Download was cancelled by user.

  • Value: 400
  • Nickname: cancelled-by-user
  • Available since: 4.1
WEBKIT_DOWNLOAD_ERROR_DESTINATION

Download failure due to destination error.

  • Value: 401
  • Nickname: destination
  • Available since: 4.1

Type functions

webkit_download_error_quark

Gets the quark for the domain of download errors.