Error codes returned by #GUri methods.
2.66
Generic error if no more specific error is available. See the error message for details.
The scheme of a URI could not be parsed.
The user/userinfo of a URI could not be parsed.
The password of a URI could not be parsed.
The authentication parameters of a URI could not be parsed.
The host of a URI could not be parsed.
The port of a URI could not be parsed.
The path of a URI could not be parsed.
The query of a URI could not be parsed.
The fragment of a URI could not be parsed.
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.)
Returns an array containing the constants of this enum type, in the order they're declared.