File: errorslist.rst

package info (click to toggle)
tsung 1.7.0-3.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid
  • size: 4,868 kB
  • sloc: erlang: 25,104; sh: 3,109; perl: 1,023; makefile: 624; python: 372
file content (97 lines) | stat: -rw-r--r-- 2,094 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
===========
Errors list
===========


error_closed
------------

Only for non persistent session (XMPP); the server unexpectedly closed
the connection; the session is aborted.

error_inet_<ERRORNAME>
----------------------

Network error; see http://www.erlang.org/doc/man/inet.html for the list of all errors.

error_unknown_data
------------------

Data received from the server during a thinktime (not for unparsed
protocol like XMPP). The session is aborted.

error_unknown_msg
-----------------

Unknown message received (see the log files for more information). The session is aborted.

error_unknown
-------------

Abnormal termination of a session, see log file for more information.

error_repeat_<REPEATNAME>
-------------------------

Error in a repeat loop (undefined dynamic variable usually).

error_send_<ERRORNAME>
----------------------

Error while sending data to the server, see
http://www.erlang.org/doc/man/inet.html for the list of all errors.

error_send
----------

Unexpected error while sending data to the server,
  see the logfiles for more information.

error_connect_<ERRORNAME>
-------------------------

Error while establishing a connection to the server.  See
http://www.erlang.org/doc/man/inet.html for the list of all errors.


error_no_online
---------------

XMPP: No online user available (usually for a chat message destinated
 to a online user)

error_no_offline
----------------

XMPP: No offline user available (usually for a chat message destinated
to a offline user)

error_no_free_userid
--------------------

For XMPP: all users Id are already used (``userid_max`` is too low ?)


error_next_session
------------------

A clients fails to gets its session parameter from the config_server;
the controller may be overloaded ?

error_mysql_<ERRNO>
-------------------

Error reported by the mysql server (see
http://dev.mysql.com/doc/refman/5.0/en/error-messages-server.html)

error_mysql_badpacket
---------------------

Bad packet received for mysql server while parsing data.

error_pgsql
-----------

Error reported by the postgresql server.