diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-12 04:43:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-12 04:43:25 +0000 |
commit | 2a01f556851c7462378e5e0d5d83d54b1c4f1ce7 (patch) | |
tree | 4861e1e5f7c476364c13c560f283ffd1f646e195 /src/libknot/errcode.h | |
parent | Adding debian version 3.3.7-1. (diff) | |
download | knot-2a01f556851c7462378e5e0d5d83d54b1c4f1ce7.tar.xz knot-2a01f556851c7462378e5e0d5d83d54b1c4f1ce7.zip |
Merging upstream version 3.3.8.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/libknot/errcode.h')
-rw-r--r-- | src/libknot/errcode.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libknot/errcode.h b/src/libknot/errcode.h index a9eb65c..6ec4a94 100644 --- a/src/libknot/errcode.h +++ b/src/libknot/errcode.h @@ -57,6 +57,8 @@ enum knot_error { KNOT_ERANGE = -ERANGE, KNOT_EADDRNOTAVAIL = -EADDRNOTAVAIL, KNOT_ENOTDIR = -ENOTDIR, + KNOT_EPERM = -EPERM, + KNOT_EROFS = -EROFS, KNOT_ERRNO_ERROR = -500, @@ -175,6 +177,7 @@ enum knot_error { KNOT_NO_PRIVATE_KEY, KNOT_NO_READY_KEY, KNOT_DNSSEC_EKEYTAG_LIMIT, + KNOT_DNSSEC_EXTRA_NSEC, KNOT_ERROR_MAX = -501 }; |