diff --git a/include/error.hpp b/include/error.hpp index 5246c7d..8af1332 100644 --- a/include/error.hpp +++ b/include/error.hpp @@ -41,5 +41,8 @@ namespace datapath { // Invalid Path InvalidPath, + + // Operation Not Supported + NotSupported, }; }