comparison common/errorcodes.h @ 188:a3bde2aaabd9

merged.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 26 Mar 2014 09:12:10 +0100
parents a9e4454dee97
children 0c4d65a7cd14
comparison
equal deleted inserted replaced
187:0c06a608e15f 188:a3bde2aaabd9
1 #ifndef ERRORCODES_H 1 #ifndef ERRORCODES_H
2 #define ERRORCODES_H 2 #define ERRORCODES_H
3 3
4 /* No error */ 4 /* No error */
5 #define NO_ERROR 0 5 #define ERR_NO_ERROR 0
6 /* No begin certificate / end certificate could be found */ 6 /* No begin certificate / end certificate could be found */
7 #define ERR_INVALID_INPUT_NO_LIST 2 7 #define ERR_INVALID_INPUT_NO_LIST 2
8 /* Too much input for the installer process */ 8 /* Too much input for the installer process */
9 #define ERR_TOO_MUCH_INPUT 3 9 #define ERR_TOO_MUCH_INPUT 3
10 /* Invalid signature */ 10 /* Invalid signature */
25 * errors range from 0x0081 to 0x08F 25 * errors range from 0x0081 to 0x08F
26 * warnings from 0x0091 to 0x0098 26 * warnings from 0x0091 to 0x0098
27 * Warnings might be ORed together ... 27 * Warnings might be ORed together ...
28 */ 28 */
29 29
30 /* Error: could not determine current users HOME */
31 #define ERR_MOZ_HOMELESS 0x0081
32
30 /* Warning: Failed to read profile.ini */ 33 /* Warning: Failed to read profile.ini */
31 #define WARN_MOZ_FAILED_TO_OPEN_INI 0x0091 34 #define WARN_MOZ_FAILED_TO_OPEN_INI 0x0091
32 /* Warning: Some profile paths from profile.ini don't exist */ 35 /* Warning: Some profile paths from profile.ini don't exist */
33 #define WARN_MOZ_PROFILE_DOES_NOT_EXIST 0x0092 36 #define WARN_MOZ_PROFILE_DOES_NOT_EXIST 0x0092
37 /* Warning: no profiles found */
38 #define WARN_MOZ_NO_PROFILES 0x0094
34 39
35 #endif 40 #endif

http://wald.intevation.org/projects/trustbridge/