Enumeration
GLibUriError
since: 2.66
Members
- 
            G_URI_ERROR_FAILED
- 
            Generic error if no more specific error is available. See the error message for details. - Value: 0
- Available since: 2.66
 
- Value: 
- 
            G_URI_ERROR_BAD_SCHEME
- 
            The scheme of a URI could not be parsed. - Value: 1
- Available since: 2.66
 
- Value: 
- 
            G_URI_ERROR_BAD_USER
- 
            The user/userinfo of a URI could not be parsed. - Value: 2
- Available since: 2.66
 
- Value: 
- 
            G_URI_ERROR_BAD_PASSWORD
- 
            The password of a URI could not be parsed. - Value: 3
- Available since: 2.66
 
- Value: 
- 
            G_URI_ERROR_BAD_AUTH_PARAMS
- 
            The authentication parameters of a URI could not be parsed. - Value: 4
- Available since: 2.66
 
- Value: 
- 
            G_URI_ERROR_BAD_HOST
- 
            The host of a URI could not be parsed. - Value: 5
- Available since: 2.66
 
- Value: 
- 
            G_URI_ERROR_BAD_PORT
- 
            The port of a URI could not be parsed. - Value: 6
- Available since: 2.66
 
- Value: 
- 
            G_URI_ERROR_BAD_PATH
- 
            The path of a URI could not be parsed. - Value: 7
- Available since: 2.66
 
- Value: 
- 
            G_URI_ERROR_BAD_QUERY
- 
            The query of a URI could not be parsed. - Value: 8
- Available since: 2.66
 
- Value: 
- 
            G_URI_ERROR_BAD_FRAGMENT
- 
            The fragment of a URI could not be parsed. - Value: 9
- Available since: 2.66
 
- Value: