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, 4 insertions, 0 deletions
diff --git a/utils/errors.h b/utils/errors.h
index 9a0a9bc04..ac4d38e2b 100644
--- a/utils/errors.h
+++ b/utils/errors.h
@@ -59,6 +59,10 @@ typedef enum {
NSERROR_NOSPACE, /**< Insufficient space */
NSERROR_BAD_SIZE, /**< Bad size */
NSERROR_NOT_IMPLEMENTED, /**< Functionality is not implemented */
+ NSERROR_BAD_REDIRECT, /**< Fetch encountered a bad redirect */
+ NSERROR_BAD_AUTH, /**< Fetch needs authentication data */
+ NSERROR_BAD_CERTS, /**< Fetch needs certificate chain check */
+ NSERROR_TIMEOUT, /**< Operation timed out */
} nserror;
#endif