re78.html 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title>&lt;%GLibUriError&gt;: </title>
  6. <meta name="generator" content="DocBook XSL Stylesheets V1.79.2">
  7. <link rel="home" href="index.html" title="">
  8. <link rel="up" href="ch01.html" title="GLib">
  9. <link rel="prev" href="re77.html" title="&lt;GUri&gt;">
  10. <link rel="next" href="re79.html" title="&lt;%GLibUriFlags&gt;">
  11. <meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
  12. <link rel="stylesheet" href="style.css" type="text/css">
  13. </head>
  14. <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
  15. <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
  16. <td width="100%" align="left" class="shortcuts"></td>
  17. <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
  18. <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
  19. <td><a accesskey="p" href="re77.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
  20. <td><a accesskey="n" href="re79.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
  21. </tr></table>
  22. <div class="refentry">
  23. <a name="id-1.1.79"></a><div class="titlepage"></div>
  24. <div class="refnamediv">
  25. <h2>&lt;%GLibUriError&gt;</h2>
  26. <p>&lt;%GLibUriError&gt;</p>
  27. </div>
  28. <div class="refsect1">
  29. <a name="id-1.1.79.2"></a><h2>Description</h2>
  30. <p>Error codes returned by <span class="type">GUri</span> methods.</p>
  31. </div>
  32. <div class="refsect1">
  33. <a name="id-1.1.79.3"></a><h2>Members</h2>
  34. <div class="refsect2">
  35. <a name="id-1.1.79.3.2"></a><h3>failed</h3>
  36. <p class="remark"><em><span class="remark">alias <code class="code">G_URI_ERROR_FAILED</code></span></em></p>
  37. <p>Generic error if no more specific error is available.
  38. See the error message for details.</p>
  39. </div>
  40. <div class="refsect2">
  41. <a name="id-1.1.79.3.3"></a><h3>bad-scheme</h3>
  42. <p class="remark"><em><span class="remark">alias <code class="code">G_URI_ERROR_BAD_SCHEME</code></span></em></p>
  43. <p>The scheme of a URI could not be parsed.</p>
  44. </div>
  45. <div class="refsect2">
  46. <a name="id-1.1.79.3.4"></a><h3>bad-user</h3>
  47. <p class="remark"><em><span class="remark">alias <code class="code">G_URI_ERROR_BAD_USER</code></span></em></p>
  48. <p>The user/userinfo of a URI could not be parsed.</p>
  49. </div>
  50. <div class="refsect2">
  51. <a name="id-1.1.79.3.5"></a><h3>bad-password</h3>
  52. <p class="remark"><em><span class="remark">alias <code class="code">G_URI_ERROR_BAD_PASSWORD</code></span></em></p>
  53. <p>The password of a URI could not be parsed.</p>
  54. </div>
  55. <div class="refsect2">
  56. <a name="id-1.1.79.3.6"></a><h3>bad-auth-params</h3>
  57. <p class="remark"><em><span class="remark">alias <code class="code">G_URI_ERROR_BAD_AUTH_PARAMS</code></span></em></p>
  58. <p>The authentication parameters of a URI could not be parsed.</p>
  59. </div>
  60. <div class="refsect2">
  61. <a name="id-1.1.79.3.7"></a><h3>bad-host</h3>
  62. <p class="remark"><em><span class="remark">alias <code class="code">G_URI_ERROR_BAD_HOST</code></span></em></p>
  63. <p>The host of a URI could not be parsed.</p>
  64. </div>
  65. <div class="refsect2">
  66. <a name="id-1.1.79.3.8"></a><h3>bad-port</h3>
  67. <p class="remark"><em><span class="remark">alias <code class="code">G_URI_ERROR_BAD_PORT</code></span></em></p>
  68. <p>The port of a URI could not be parsed.</p>
  69. </div>
  70. <div class="refsect2">
  71. <a name="id-1.1.79.3.9"></a><h3>bad-path</h3>
  72. <p class="remark"><em><span class="remark">alias <code class="code">G_URI_ERROR_BAD_PATH</code></span></em></p>
  73. <p>The path of a URI could not be parsed.</p>
  74. </div>
  75. <div class="refsect2">
  76. <a name="id-1.1.79.3.10"></a><h3>bad-query</h3>
  77. <p class="remark"><em><span class="remark">alias <code class="code">G_URI_ERROR_BAD_QUERY</code></span></em></p>
  78. <p>The query of a URI could not be parsed.</p>
  79. </div>
  80. <div class="refsect2">
  81. <a name="id-1.1.79.3.11"></a><h3>bad-fragment</h3>
  82. <p class="remark"><em><span class="remark">alias <code class="code">G_URI_ERROR_BAD_FRAGMENT</code></span></em></p>
  83. <p>The fragment of a URI could not be parsed.</p>
  84. </div>
  85. </div>
  86. </div>
  87. <div class="footer">
  88. <hr>Generated by GTK-Doc V1.33.1</div>
  89. </body>
  90. </html>