Michael Hanl | c0ed00f | 2016-06-23 14:33:10 +0200 | [diff] [blame] | 1 | # generic non localized messages for API error codes |
| 2 | |
| 3 | # standard system errors # |
| 4 | 100 : "No Entry found!" |
| 5 | 101 : "The request could not be processed!" |
| 6 | 102 : "Entry exists already!" |
| 7 | 103 : "Status ok!" |
| 8 | 104 : "Unsupported Overation!" |
| 9 | 105 : "Illegal argument found. Request could not be processed!" |
| 10 | 106 : "Connection Error" |
| 11 | 107 : "No changes" |
| 12 | 108 : "Parameter Validation failed!" |
| 13 | 109 : "" |
| 14 | 110 : "Not supported!" |
| 15 | |
| 16 | |
| 17 | # 200 codes for user account/ authenticaation services |
| 18 | 200 : "Account deactivated. Please verify account before using this API" |
| 19 | 201 : "Account confirmation failed. Please contact an adminstrator" |
| 20 | 202 : "Already logged in!" |
| 21 | 203 : "" |
| 22 | 204 : "Authentication credentials expired!" |
| 23 | 205 : "Bad credentials!" |
| 24 | 206 : "" |
| 25 | 207 : "Username already exists" |
| 26 | 208 : "Password reset failed" |
| 27 | 209 : "" |
| 28 | 210 : "Login successful!" |
| 29 | 211 : "Login failed!" |
| 30 | 212 : "Logout successful!" |
| 31 | 213 : "Logout failed!" |
| 32 | 214 : "Client registration failed!" |
| 33 | 215 : "Deleting client information failed!" |
| 34 | 216 : "Client could not be authorized!" |
| 35 | |
| 36 | |