error: Add unsupported operation error code

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-04-11 01:41:45 +02:00
parent 99e47d59f7
commit 6cc5076333
+3
View File
@@ -41,5 +41,8 @@ namespace datapath {
// Invalid Path
InvalidPath,
// Operation Not Supported
NotSupported,
};
}