blob: b2fa1fbbe4c929fd53987f40a3dea36c26e95308 [file] [log] [blame]
Michael Hanlc0ed00f2016-06-23 14:33:10 +02001# generic non localized messages for API error codes
2
3# standard system errors #
4100 : "No Entry found!"
5101 : "The request could not be processed!"
6102 : "Entry exists already!"
7103 : "Status ok!"
8104 : "Unsupported Overation!"
9105 : "Illegal argument found. Request could not be processed!"
10106 : "Connection Error"
11107 : "No changes"
12108 : "Parameter Validation failed!"
13109 : ""
14110 : "Not supported!"
15
16
17# 200 codes for user account/ authenticaation services
18200 : "Account deactivated. Please verify account before using this API"
19201 : "Account confirmation failed. Please contact an adminstrator"
20202 : "Already logged in!"
21203 : ""
22204 : "Authentication credentials expired!"
23205 : "Bad credentials!"
24206 : ""
25207 : "Username already exists"
26208 : "Password reset failed"
27209 : ""
28210 : "Login successful!"
29211 : "Login failed!"
30212 : "Logout successful!"
31213 : "Logout failed!"
32214 : "Client registration failed!"
33215 : "Deleting client information failed!"
34216 : "Client could not be authorized!"
35
36