summaryrefslogtreecommitdiff
path: root/include/nspdf/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nspdf/errors.h')
-rw-r--r--include/nspdf/errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/nspdf/errors.h b/include/nspdf/errors.h
index f2142ff..6591dbb 100644
--- a/include/nspdf/errors.h
+++ b/include/nspdf/errors.h
@@ -24,6 +24,7 @@ typedef enum {
NSPDFERROR_TYPE, /**< wrong type error */
NSPDFERROR_NOTFOUND, /**< key not found */
NSPDFERROR_FORMAT, /**< objects do not cornform to expected format */
+ NSPDFERROR_INCOMPLETE, /**< operation was not completed */
} nspdferror;
#endif