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 244de0a6b..c38e4b9e2 100644
--- a/utils/errors.h
+++ b/utils/errors.h
@@ -67,6 +67,8 @@ typedef enum {
NSERROR_BAD_URL, /**< Bad URL */
+ NSERROR_BAD_CONTENT, /**< Bad Content */
+
NSERROR_FRAME_DEPTH /**< Exceeded frame depth */
} nserror;