Mercurial > trustbridge
diff 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 |
line wrap: on
line diff
--- a/common/errorcodes.h Tue Mar 18 14:11:34 2014 +0000 +++ b/common/errorcodes.h Tue Mar 18 14:14:15 2014 +0000 @@ -5,5 +5,11 @@ #define ERR_INVALID_INPUT_NO_LIST 2 /* Too much input for the installer process */ #define ERR_TOO_MUCH_INPUT 3 +/* Invalid signature */ +#define ERR_INVALID_SIGNATURE 4 +/* No instructions */ +#define ERR_NO_INSTRUCTIONS 5 +/* Instructions not valid (certs not part of certificate list) */ +#define ERR_INVALID_INSTRUCTIONS 6 #endif