summaryrefslogtreecommitdiffstats
path: root/ingen/Status.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Status.hpp')
-rw-r--r--ingen/Status.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ingen/Status.hpp b/ingen/Status.hpp
index ed388ccf..1fae5358 100644
--- a/ingen/Status.hpp
+++ b/ingen/Status.hpp
@@ -28,6 +28,7 @@ enum class Status {
BAD_REQUEST,
BAD_URI,
BAD_VALUE_TYPE,
+ BAD_VALUE,
CLIENT_NOT_FOUND,
CREATION_FAILED,
DIRECTION_MISMATCH,
@@ -60,6 +61,7 @@ ingen_status_string(Status st)
case Status::BAD_REQUEST: return "Invalid request";
case Status::BAD_URI: return "Invalid URI";
case Status::BAD_VALUE_TYPE: return "Invalid value type";
+ case Status::BAD_VALUE: return "Invalid value";
case Status::CLIENT_NOT_FOUND: return "Client not found";
case Status::CREATION_FAILED: return "Creation failed";
case Status::DIRECTION_MISMATCH: return "Direction mismatch";