Only for non persistent session (XMPP); the server unexpectedly closed the connection; the session is aborted.
Network error; see http://www.erlang.org/doc/man/inet.html for the list of all errors.
Data received from the server during a thinktime (not for unparsed protocol like XMPP). The session is aborted.
Unknown message received (see the log files for more information). The session is aborted.
Abnormal termination of a session, see log file for more information.
Error in a repeat loop (undefined dynamic variable usually).
Error while sending data to the server, see http://www.erlang.org/doc/man/inet.html for the list of all errors.
Error while establishing a connection to the server. See http://www.erlang.org/doc/man/inet.html for the list of all errors.
XMPP: No offline user available (usually for a chat message destinated to a offline user)
For XMPP: all users Id are already used (userid_max is too low ?)
A clients fails to gets its session parameter from the config_server; the controller may be overloaded ?
Error reported by the mysql server (see http://dev.mysql.com/doc/refman/5.0/en/error-messages-server.html)
Bad packet received for mysql server while parsing data.
Error reported by the postgresql server.