Module: GLib::UriError

Defined in:
(unknown)

Constant Summary collapse

FAILED =

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

0 or :failed
BAD_SCHEME =

The scheme of a URI could not be parsed.

1 or :bad_scheme
BAD_USER =

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

2 or :bad_user
BAD_PASSWORD =

The password of a URI could not be parsed.

3 or :bad_password
BAD_AUTH_PARAMS =

The authentication parameters of a URI could not be parsed.

4 or :bad_auth_params
BAD_HOST =

The host of a URI could not be parsed.

5 or :bad_host
BAD_PORT =

The port of a URI could not be parsed.

6 or :bad_port
BAD_PATH =

The path of a URI could not be parsed.

7 or :bad_path
BAD_QUERY =

The query of a URI could not be parsed.

8 or :bad_query
BAD_FRAGMENT =

The fragment of a URI could not be parsed.

9 or :bad_fragment