comparison common/errorcodes.h @ 158:fb3b2d77518f

Merged
author Sascha Wilde <wilde@intevation.de>
date Tue, 25 Mar 2014 09:30:51 +0100
parents 0df62decff90
children 37c9653b8755
comparison
equal deleted inserted replaced
157:a46a4b443410 158:fb3b2d77518f
1 #ifndef ERRORCODES_H 1 #ifndef ERRORCODES_H
2 #define ERRORCODES_H 2 #define ERRORCODES_H
3 3
4 /* No error */
5 #define NO_ERROR 0
4 /* No begin certificate / end certificate could be found */ 6 /* No begin certificate / end certificate could be found */
5 #define ERR_INVALID_INPUT_NO_LIST 2 7 #define ERR_INVALID_INPUT_NO_LIST 2
6 /* Too much input for the installer process */ 8 /* Too much input for the installer process */
7 #define ERR_TOO_MUCH_INPUT 3 9 #define ERR_TOO_MUCH_INPUT 3
8 /* Invalid signature */ 10 /* Invalid signature */

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