Mercurial > trustbridge
comparison common/errorcodes.h @ 91:80ab2168760f
Also add output size handling to str_append_str
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Fri, 21 Mar 2014 09:47:05 +0000 |
parents | 8ffbb48528ae |
children | 65941f3d5db8 |
comparison
equal
deleted
inserted
replaced
90:899fcddb92d0 | 91:80ab2168760f |
---|---|
13 #define ERR_INVALID_INSTRUCTIONS 6 | 13 #define ERR_INVALID_INSTRUCTIONS 6 |
14 /* Failed to access specified store */ | 14 /* Failed to access specified store */ |
15 #define ERR_STORE_ACCESS_DENIED 7 | 15 #define ERR_STORE_ACCESS_DENIED 7 |
16 /* Failed to add certificate to store */ | 16 /* Failed to add certificate to store */ |
17 #define ERR_STORE_ADD_FAILURE 7 | 17 #define ERR_STORE_ADD_FAILURE 7 |
18 /* Generic invalid input */ | |
19 #define ERR_INVALID_INPUT 8 | |
18 | 20 |
19 #endif | 21 #endif |