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 4c02adb2d..bfb659d03 100644
--- a/utils/errors.h
+++ b/utils/errors.h
@@ -73,7 +73,9 @@ typedef enum {
NSERROR_FRAME_DEPTH, /**< Exceeded frame depth */
- NSERROR_PERMISSION /**< Permission error */
+ NSERROR_PERMISSION, /**< Permission error */
+
+ NSERROR_NOSPACE /**< Insufficient space */
} nserror;
#endif