summaryrefslogtreecommitdiff
path: root/utils/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/errors.h')
-rw-r--r--utils/errors.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/errors.h b/utils/errors.h
index 818ccc5fd..1a634f615 100644
--- a/utils/errors.h
+++ b/utils/errors.h
@@ -35,7 +35,9 @@ typedef enum {
NSERROR_NOT_FOUND, /**< Requested item not found */
- NSERROR_SAVE_FAILED /**< Failed to save data */
+ NSERROR_SAVE_FAILED, /**< Failed to save data */
+
+ NSERROR_CLONE_FAILED /**< Failed to clone handle */
} nserror;
#endif