aboutsummaryrefslogtreecommitdiffstats
path: root/include/serd/serd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/serd/serd.h')
-rw-r--r--include/serd/serd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/serd/serd.h b/include/serd/serd.h
index 77b42a24..8d00f4e5 100644
--- a/include/serd/serd.h
+++ b/include/serd/serd.h
@@ -205,6 +205,7 @@ typedef enum {
SERD_ERR_OVERFLOW, ///< Stack overflow
SERD_ERR_BAD_TEXT, ///< Invalid text encoding
SERD_ERR_BAD_WRITE, ///< Error writing to file/stream
+ SERD_ERR_NO_DATA, ///< Unexpected end of input
} SerdStatus;
/**