Mercurial > trustbridge
comparison common/errorcodes.h @ 235:0c4d65a7cd14
Started to write input parser.
Strange problems with b64 decode seemingly to accept invalid input?
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Fri, 28 Mar 2014 13:04:59 +0100 |
parents | a9e4454dee97 |
children | bf8c74992724 |
comparison
equal
deleted
inserted
replaced
232:774e944c395b | 235:0c4d65a7cd14 |
---|---|
27 * Warnings might be ORed together ... | 27 * Warnings might be ORed together ... |
28 */ | 28 */ |
29 | 29 |
30 /* Error: could not determine current users HOME */ | 30 /* Error: could not determine current users HOME */ |
31 #define ERR_MOZ_HOMELESS 0x0081 | 31 #define ERR_MOZ_HOMELESS 0x0081 |
32 #define ERR_MOZ_INVALID_INPUT 0x0082 | |
32 | 33 |
33 /* Warning: Failed to read profile.ini */ | 34 /* Warning: Failed to read profile.ini */ |
34 #define WARN_MOZ_FAILED_TO_OPEN_INI 0x0091 | 35 #define WARN_MOZ_FAILED_TO_OPEN_INI 0x0091 |
35 /* Warning: Some profile paths from profile.ini don't exist */ | 36 /* Warning: Some profile paths from profile.ini don't exist */ |
36 #define WARN_MOZ_PROFILE_DOES_NOT_EXIST 0x0092 | 37 #define WARN_MOZ_PROFILE_DOES_NOT_EXIST 0x0092 |