GUriError

Error codes returned by #GUri methods.

Values

ValueMeaning
Failed0

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

BadScheme1

The scheme of a URI could not be parsed.

BadUser2

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

BadPassword3

The password of a URI could not be parsed.

BadAuthParams4

The authentication parameters of a URI could not be parsed.

BadHost5

The host of a URI could not be parsed.

BadPort6

The port of a URI could not be parsed.

BadPath7

The path of a URI could not be parsed.

BadQuery8

The query of a URI could not be parsed.

BadFragment9

The fragment of a URI could not be parsed.