TldError

Error codes for %SOUP_TLD_ERROR.

Entries

Link copied to clipboard

A hostname was syntactically invalid.

Link copied to clipboard

The passed-in "hostname" was actually an IP address (and thus has no base domain or public suffix).

Link copied to clipboard

The passed-in hostname did not have enough components. Eg, calling func@tld_get_base_domain on "co.uk".

Link copied to clipboard

The passed-in hostname has no recognized public suffix.

Link copied to clipboard

The Public Suffix List was not available.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): TldError

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.