Soup.TLDError – libsoup-2.4 Reference Manual
TLDError
Description:
[
CCode
( cprefix =
"SOUP_TLD_ERROR_"
, type_id =
"soup_tld_error_get_type ()"
) ]
[
Version
( since =
"2.40"
) ]
public
errordomain
TLDError
Error codes for
SOUP_TLD_ERROR
.
Namespace:
Soup
Package:
libsoup-2.4
Content:
Error codes:
INVALID_HOSTNAME
-
A hostname was syntactically invalid.
IS_IP_ADDRESS
-
The passed-in "hostname" was actually an IP address (and thus has no base domain or public suffix).
NOT_ENOUGH_DOMAINS
-
The passed-in hostname did not have enough components.
NO_BASE_DOMAIN
-
The passed-in hostname has no recognized public suffix.
NO_PSL_DATA
Static methods:
public
static
Quark
quark
()
2022 vala-language.org