Skip to content
Snippets Groups Projects
Commit 621d071d authored by David Vasek's avatar David Vasek Committed by Daniel Salzman
Browse files

libknot/error: add a new error code -- KNOT_EEMPTYZONE

parent 6bb2d871
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,7 @@ enum knot_error {
KNOT_EFD,
KNOT_ENOPARAM,
KNOT_EXPARAM,
KNOT_EEMPTYZONE,
KNOT_GENERAL_ERROR = -900,
......
......@@ -100,6 +100,7 @@ static const struct error errors[] = {
{ KNOT_EFD, "file descriptor error" },
{ KNOT_ENOPARAM, "missing parameter" },
{ KNOT_EXPARAM, "parameter conflict" },
{ KNOT_EEMPTYZONE, "zone is empty" },
{ KNOT_GENERAL_ERROR, "unknown general error" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment