:right-sidebar: True UriError =================================================================== .. currentmodule:: gi.repository.GLib .. versionadded:: 2.66 .. class:: UriError :no-contents-entry: Error codes returned by :obj:`~gi.repository.GLib.Uri` methods. Fields ------ .. rst-class:: interim-class .. class:: UriError :no-index: .. attribute:: BAD_AUTH_PARAMS The authentication parameters of a URI could not be parsed. .. attribute:: BAD_FRAGMENT The fragment of a URI could not be parsed. .. attribute:: BAD_HOST The host of a URI could not be parsed. .. attribute:: BAD_PASSWORD The password of a URI could not be parsed. .. attribute:: BAD_PATH The path of a URI could not be parsed. .. attribute:: BAD_PORT The port of a URI could not be parsed. .. attribute:: BAD_QUERY The query of a URI could not be parsed. .. attribute:: BAD_SCHEME The scheme of a URI could not be parsed. .. attribute:: BAD_USER The user/userinfo of a URI could not be parsed. .. attribute:: FAILED Generic error if no more specific error is available. See the error message for details.