comparison common/errorcodes.h @ 310:f758460ca437

Merged
author Sascha Wilde <wilde@intevation.de>
date Fri, 04 Apr 2014 09:54:19 +0200
parents 9ad00a3255f4
children b832231640ab
comparison
equal deleted inserted replaced
309:fa37384b86b6 310:f758460ca437
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 ERR_NO_ERROR 0 5 #define ERR_NO_ERROR 0
6 /* No begin certificate / end certificate could be found */ 6 /* Failed to read / verify the certificate list */
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 */
11 #define ERR_INVALID_SIGNATURE 4 11 #define ERR_INVALID_SIGNATURE 4
19 #define ERR_STORE_ADD_FAILURE 8 19 #define ERR_STORE_ADD_FAILURE 8
20 /* Generic invalid input */ 20 /* Generic invalid input */
21 #define ERR_INVALID_INPUT 9 21 #define ERR_INVALID_INPUT 9
22 /* Generic invalid certificate */ 22 /* Generic invalid certificate */
23 #define ERR_INVALID_CERT 10 23 #define ERR_INVALID_CERT 10
24 /* Invalid parameters in call */
25 #define ERR_INVALID_PARAMS 11
24 26
25 /*********************************************************************** 27 /***********************************************************************
26 * mozilla specific errors and warnings 28 * mozilla specific errors and warnings
27 * errors range from 0x0081 to 0x08F 29 * errors range from 0x0081 to 0x08F
28 * warnings from 0x0091 to 0x0098 30 * warnings from 0x0091 to 0x0098

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