Mercurial > trustbridge
view common/errorcodes.h @ 87:be13e5e0a98f
Expand test to cover more functionality from certificate and certificatelist
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Thu, 20 Mar 2014 16:23:31 +0000 |
parents | 8ffbb48528ae |
children | 80ab2168760f |
line wrap: on
line source
#ifndef ERRORCODES_H #define ERRORCODES_H /* No begin certificate / end certificate could be found */ #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 /* Failed to access specified store */ #define ERR_STORE_ACCESS_DENIED 7 /* Failed to add certificate to store */ #define ERR_STORE_ADD_FAILURE 7 #endif