| Value | Meaning |
|---|---|
| FAILED0 | Generic error if no more specific error is available. See the error message for details. |
| BAD_SCHEME1 | The scheme of a URI could not be parsed. |
| BAD_USER2 | The user/userinfo of a URI could not be parsed. |
| BAD_PASSWORD3 | The password of a URI could not be parsed. |
| BAD_AUTH_PARAMS4 | The authentication parameters of a URI could not be parsed. |
| BAD_HOST5 | The host of a URI could not be parsed. |
| BAD_PORT6 | The port of a URI could not be parsed. |
| BAD_PATH7 | The path of a URI could not be parsed. |
| BAD_QUERY8 | The query of a URI could not be parsed. |
| BAD_FRAGMENT9 | The fragment of a URI could not be parsed. |
Error codes returned by #GUri methods.