Obierrno: added errno for JSON related errors
This commit is contained in:
@ -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_ */
|
||||
|
Reference in New Issue
Block a user