Mercurial > trustbridge
comparison common/errorcodes.h @ 315:b832231640ab
Read from file instead of stdin, if given.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Fri, 04 Apr 2014 13:34:15 +0200 |
parents | 9ad00a3255f4 |
children | 17e1c8f37d72 |
comparison
equal
deleted
inserted
replaced
313:f17226aa2e09 | 315:b832231640ab |
---|---|
32 */ | 32 */ |
33 | 33 |
34 /* Error: could not determine current users HOME */ | 34 /* Error: could not determine current users HOME */ |
35 #define ERR_MOZ_HOMELESS 0x0081 | 35 #define ERR_MOZ_HOMELESS 0x0081 |
36 #define ERR_MOZ_INVALID_INPUT 0x0082 | 36 #define ERR_MOZ_INVALID_INPUT 0x0082 |
37 /* Error: Called with wrong number of arguments */ | |
38 #define ERR_MOZ_WRONG_ARGC 0x0083 | |
39 #define ERR_MOZ_FAILED_TO_OPEN_INPUT 0x0084 | |
37 | 40 |
38 /* Warning: Failed to read profile.ini */ | 41 /* Warning: Failed to read profile.ini */ |
39 #define WARN_MOZ_FAILED_TO_OPEN_INI 0x0091 | 42 #define WARN_MOZ_FAILED_TO_OPEN_INI 0x0091 |
40 /* Warning: Some profile paths from profile.ini don't exist */ | 43 /* Warning: Some profile paths from profile.ini don't exist */ |
41 #define WARN_MOZ_PROFILE_DOES_NOT_EXIST 0x0092 | 44 #define WARN_MOZ_PROFILE_DOES_NOT_EXIST 0x0092 |