Mercurial > trustbridge
comparison common/errorcodes.h @ 64:fb9f78f7ab2f
Improve error handling free memory before exiting. Include line endings in Marker lines
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Tue, 18 Mar 2014 14:14:15 +0000 |
parents | 6acb1dae6185 |
children | 8ffbb48528ae |
comparison
equal
deleted
inserted
replaced
63:355800cdefcc | 64:fb9f78f7ab2f |
---|---|
3 | 3 |
4 /* No begin certificate / end certificate could be found */ | 4 /* No begin certificate / end certificate could be found */ |
5 #define ERR_INVALID_INPUT_NO_LIST 2 | 5 #define ERR_INVALID_INPUT_NO_LIST 2 |
6 /* Too much input for the installer process */ | 6 /* Too much input for the installer process */ |
7 #define ERR_TOO_MUCH_INPUT 3 | 7 #define ERR_TOO_MUCH_INPUT 3 |
8 /* Invalid signature */ | |
9 #define ERR_INVALID_SIGNATURE 4 | |
10 /* No instructions */ | |
11 #define ERR_NO_INSTRUCTIONS 5 | |
12 /* Instructions not valid (certs not part of certificate list) */ | |
13 #define ERR_INVALID_INSTRUCTIONS 6 | |
8 | 14 |
9 #endif | 15 #endif |