File: index_exceptions.html

package info (click to toggle)
ocaml-shout 0.2.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 612 kB
  • sloc: ansic: 410; ml: 206; makefile: 93; sh: 4
file content (73 lines) | stat: -rw-r--r-- 2,812 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Shout" rel="Chapter" href="Shout.html"><title>Index of exceptions</title>
</head>
<body>
<center><h1>Index of exceptions</h1></center>
<table>
<tr><td align="left"><br>C</td></tr>
<tr><td><a href="Shout.html#EXCEPTIONConnected">Connected</a> [<a href="Shout.html">Shout</a>]</td>
<td><div class="info">
We are connected to a server.
</div>
</td></tr>
<tr><td align="left"><br>I</td></tr>
<tr><td><a href="Shout.html#EXCEPTIONInsane">Insane</a> [<a href="Shout.html">Shout</a>]</td>
<td><div class="info">
Bad parameters, either nonsense or not applicable due to the current state of the connection.
</div>
</td></tr>
<tr><td align="left"><br>M</td></tr>
<tr><td><a href="Shout.html#EXCEPTIONMalloc">Malloc</a> [<a href="Shout.html">Shout</a>]</td>
<td><div class="info">
A problem occured while trying to allocate memory (no more memory left?).
</div>
</td></tr>
<tr><td><a href="Shout.html#EXCEPTIONMetadata">Metadata</a> [<a href="Shout.html">Shout</a>]</td>
<td><div class="info">
An error occured while updating the metadatas on the server.
</div>
</td></tr>
<tr><td align="left"><br>N</td></tr>
<tr><td><a href="Shout.html#EXCEPTIONNo_connect">No_connect</a> [<a href="Shout.html">Shout</a>]</td>
<td><div class="info">
A connection with the server could not be established.
</div>
</td></tr>
<tr><td><a href="Shout.html#EXCEPTIONNo_login">No_login</a> [<a href="Shout.html">Shout</a>]</td>
<td><div class="info">
The server refused to accept a login attemp (bad user name or password?).
</div>
</td></tr>
<tr><td align="left"><br>S</td></tr>
<tr><td><a href="Shout.html#EXCEPTIONSend_error">Send_error</a> [<a href="Shout.html">Shout</a>]</td>
<td><div class="info">
An error occured while sending data.
</div>
</td></tr>
<tr><td><a href="Shout.html#EXCEPTIONSocket">Socket</a> [<a href="Shout.html">Shout</a>]</td>
<td><div class="info">
An error occured while sending or receiving data.
</div>
</td></tr>
<tr><td align="left"><br>U</td></tr>
<tr><td><a href="Shout.html#EXCEPTIONUnconnected">Unconnected</a> [<a href="Shout.html">Shout</a>]</td>
<td><div class="info">
We are not connected to a server.
</div>
</td></tr>
<tr><td><a href="Shout.html#EXCEPTIONUnsupported">Unsupported</a> [<a href="Shout.html">Shout</a>]</td>
<td><div class="info">
The operation is not supported.
</div>
</td></tr>
</table><br>
</body>
</html>