Mercurial > trustbridge
comparison common/errorcodes.h @ 258:bf8c74992724
Fixed numbering of errors.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Tue, 01 Apr 2014 14:34:24 +0200 |
parents | 0c4d65a7cd14 |
children | 20d515604daa |
comparison
equal
deleted
inserted
replaced
250:1e112cf41e92 | 258:bf8c74992724 |
---|---|
14 /* Instructions not valid (certs not part of certificate list) */ | 14 /* Instructions not valid (certs not part of certificate list) */ |
15 #define ERR_INVALID_INSTRUCTIONS 6 | 15 #define ERR_INVALID_INSTRUCTIONS 6 |
16 /* Failed to access specified store */ | 16 /* Failed to access specified store */ |
17 #define ERR_STORE_ACCESS_DENIED 7 | 17 #define ERR_STORE_ACCESS_DENIED 7 |
18 /* Failed to add certificate to store */ | 18 /* Failed to add certificate to store */ |
19 #define ERR_STORE_ADD_FAILURE 7 | 19 #define ERR_STORE_ADD_FAILURE 8 |
20 /* Generic invalid input */ | 20 /* Generic invalid input */ |
21 #define ERR_INVALID_INPUT 8 | 21 #define ERR_INVALID_INPUT 9 |
22 | 22 |
23 /*********************************************************************** | 23 /*********************************************************************** |
24 * mozilla specific errors and warnings | 24 * mozilla specific errors and warnings |
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 |