Mercurial > trustbridge
diff common/errorcodes.h @ 68:8ffbb48528ae
Add certificate installation for windows
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Tue, 18 Mar 2014 18:28:15 +0000 |
parents | fb9f78f7ab2f |
children | 80ab2168760f |
line wrap: on
line diff
--- a/common/errorcodes.h Tue Mar 18 18:26:14 2014 +0000 +++ b/common/errorcodes.h Tue Mar 18 18:28:15 2014 +0000 @@ -11,5 +11,9 @@ #define ERR_NO_INSTRUCTIONS 5 /* Instructions not valid (certs not part of certificate list) */ #define ERR_INVALID_INSTRUCTIONS 6 +/* Failed to access specified store */ +#define ERR_STORE_ACCESS_DENIED 7 +/* Failed to add certificate to store */ +#define ERR_STORE_ADD_FAILURE 7 #endif