UriError
Description:
[ Version ( since = "2.66" ) ]
public errordomain UriError
Error codes returned by Uri methods.
Content:
Error codes:
- BAD_AUTH_PARAMS - The
authentication parameters of a URI could not be parsed.
- BAD_FRAGMENT - The fragment of a URI
could not be parsed.
- BAD_HOST - The host of a URI could not
be parsed.
- BAD_PASSWORD - The password of a URI
could not be parsed.
- BAD_PATH - The path of a URI could not
be parsed.
- BAD_PORT - The port of a URI could not
be parsed.
- BAD_QUERY - The query of a URI could
not be parsed.
- BAD_SCHEME - The scheme of a URI could
not be parsed.
- BAD_USER - The user/userinfo of a URI
could not be parsed.
- FAILED - Generic error if no more specific
error is available.
Static methods: