From cef458f5705a785a38ff11e281e43b68df6e8c2f Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Sun, 7 Oct 2018 18:53:53 +0200 Subject: [PATCH] Obierrno: added errno for JSON related errors --- src/obierrno.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/obierrno.h b/src/obierrno.h index 53f8e3a..d7cfe3a 100644 --- a/src/obierrno.h +++ b/src/obierrno.h @@ -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_ */