Obierrno: added errno for JSON related errors

This commit is contained in:
Celine Mercier
2018-10-07 18:53:53 +02:00
parent 2736a92699
commit cef458f570

View File

@ -126,6 +126,8 @@ extern int obi_errno;
*/
#define OBI_ECOPCR_ERROR (33) /** Error while performing an in silico PCR
*/
#define OBI_JSON_ERROR (34) /** Error related to JSON operations.
*/
/**@}*/
#endif /* OBIERRNO_H_ */