Mercurial > trustbridge
comparison common/errorcodes.h @ 122:65941f3d5db8
Added missing stuff from last commit.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Mon, 24 Mar 2014 10:06:43 +0100 |
parents | 80ab2168760f |
children | 27ebd96798c4 |
comparison
equal
deleted
inserted
replaced
121:4bb5f295987b | 122:65941f3d5db8 |
---|---|
16 /* Failed to add certificate to store */ | 16 /* Failed to add certificate to store */ |
17 #define ERR_STORE_ADD_FAILURE 7 | 17 #define ERR_STORE_ADD_FAILURE 7 |
18 /* Generic invalid input */ | 18 /* Generic invalid input */ |
19 #define ERR_INVALID_INPUT 8 | 19 #define ERR_INVALID_INPUT 8 |
20 | 20 |
21 /*********************************************************************** | |
22 * mozilla specific errors and warnings | |
23 * errors range from 0x4D01 to 0x4DFF | |
24 * warnings from 0x4F01 to 0x4F80 | |
25 * Warnings might be ORed together ... | |
26 */ | |
27 | |
28 /* Warning: Failed to read profile.ini */ | |
29 #define WARN_MOZ_FAILED_TO_OPEN_INI 0x4F01 | |
30 | |
21 #endif | 31 #endif |