Mercurial > trustbridge
comparison common/errorcodes.h @ 151:0df62decff90
Test if uninstall is handled as instruction
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Mon, 24 Mar 2014 17:45:09 +0000 |
parents | fc9af77b06b9 |
children | 37c9653b8755 |
comparison
equal
deleted
inserted
replaced
150:a99339d0dce8 | 151:0df62decff90 |
---|---|
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 */ |