summaryrefslogtreecommitdiff
path: root/utils/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/errors.h')
-rw-r--r--utils/errors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/errors.h b/utils/errors.h
index 7aa486569..818ccc5fd 100644
--- a/utils/errors.h
+++ b/utils/errors.h
@@ -34,6 +34,8 @@ typedef enum {
NSERROR_NO_FETCH_HANDLER, /**< No fetch handler for URL scheme */
NSERROR_NOT_FOUND, /**< Requested item not found */
+
+ NSERROR_SAVE_FAILED /**< Failed to save data */
} nserror;
#endif