<%GLibUriError>

<%GLibUriError>

Description

Error codes returned by GUri methods.

Members

failed

alias G_URI_ERROR_FAILED

Generic error if no more specific error is available. See the error message for details.

bad-scheme

alias G_URI_ERROR_BAD_SCHEME

The scheme of a URI could not be parsed.

bad-user

alias G_URI_ERROR_BAD_USER

The user/userinfo of a URI could not be parsed.

bad-password

alias G_URI_ERROR_BAD_PASSWORD

The password of a URI could not be parsed.

bad-auth-params

alias G_URI_ERROR_BAD_AUTH_PARAMS

The authentication parameters of a URI could not be parsed.

bad-host

alias G_URI_ERROR_BAD_HOST

The host of a URI could not be parsed.

bad-port

alias G_URI_ERROR_BAD_PORT

The port of a URI could not be parsed.

bad-path

alias G_URI_ERROR_BAD_PATH

The path of a URI could not be parsed.

bad-query

alias G_URI_ERROR_BAD_QUERY

The query of a URI could not be parsed.

bad-fragment

alias G_URI_ERROR_BAD_FRAGMENT

The fragment of a URI could not be parsed.