<%GLibUriError>
<%GLibUriError>
Description
Error codes returned by GUri methods.
Members
failed
Generic error if no more specific error is available.
See the error message for details.
bad-scheme
The scheme of a URI could not be parsed.
bad-user
The user/userinfo of a URI could not be parsed.
bad-password
The password of a URI could not be parsed.
bad-auth-params
The authentication parameters of a URI could not be parsed.
bad-host
The host of a URI could not be parsed.
bad-port
The port of a URI could not be parsed.
bad-path
The path of a URI could not be parsed.
bad-query
The query of a URI could not be parsed.
bad-fragment
The fragment of a URI could not be parsed.