]> andersk Git - moira.git/blame - lib/ureg_err.et
Initial revision
[moira.git] / lib / ureg_err.et
CommitLineData
6e6374cb 1 error_table ureg
2
3 ec UREG_ALREADY_REGISTERED, "User already registered"
4 ec UREG_USER_NOT_FOUND, "Unable to locate user in database"
5 ec UREG_UNKNOWN_HOST, "Unknown host SMS"
6 ec UREG_UNKNOWN_SERVICE, "Unknown service sms_ureg/udp"
7 ec UREG_UNKNOWN_REQUEST, "Unknown request to userreg server"
8 ec UREG_BROKEN_PACKET, "Unable to parse request packet"
9 ec UREG_WRONG_VERSION, "Wrong version of protocol"
10 ec UREG_LOGIN_USED, "That login name is already in use"
11 ec UREG_INVALID_UNAME, "Not valid as a login name"
12 ec UREG_NO_PASSWD_YET, "Password not yet set."
13 ec UREG_NO_LOGIN_YET, "Cannot set password when no login name set."
14 end
15
16
This page took 0.045892 seconds and 5 git commands to generate.