Now the listener is on the way to serve multiple clients (not yet working)
[breadcrumbs.git] / doc / bc-error-codes
blob648aab6a567b12583c972ec95ae6a3ec73be7cbd
2 This is the list of the error codes which can be returned by the
3 server.
5 * Generic error codes
7 BEC-0   : all ok.
8 BEC-1   : unknown command
9 BEC-2   : not implemented
10 BEC-3   : insufficient privileges
13 * 100 - 200 Server error codes 
15 BEC-100 : unknown user
16 BEC-101 : invalid password
17 BEC-102 : not connected (you want to logout without a login)
18 BEC-103 : not existing role (you want to add a user with a not
19         existing role)
22 * Bank error codes
30 * 7000 - 7999 Errors in syntax etc...
32 BEC-7001: message in input has too many characters in one line.
33 BEC-7002: you have provided too few parameters for this command
34 BEC-7003: you have provided too many parameters.
38 * 9999
40 BEC-9999: internal error! Probably a bug (gasp!), contact the author!