diff options
author | Damjan Marion <damarion@cisco.com> | 2023-11-22 16:25:55 +0000 |
---|---|---|
committer | Damjan Marion <damarion@cisco.com> | 2023-11-25 12:39:25 +0000 |
commit | ddf6cec37027547ff7cc61e15bb8080664d41514 (patch) | |
tree | 6896d6e6a050a43344a22d0c4bc080db092c9caf /src/vnet/dev/errors.h | |
parent | 07a62cc236978a0f01ec8be70bdd1d3e8fa27f71 (diff) |
dev: initial set of APIs
Type: improvement
Change-Id: I9ecbf705d460a1744f36c7005b08097dc58d9522
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/vnet/dev/errors.h')
-rw-r--r-- | src/vnet/dev/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/dev/errors.h b/src/vnet/dev/errors.h index 1f45ce2ba97..47e72957da3 100644 --- a/src/vnet/dev/errors.h +++ b/src/vnet/dev/errors.h @@ -35,6 +35,7 @@ _ (PROCESS_REPLY, "dev process reply error") \ _ (RESOURCE_NOT_AVAILABLE, "resource not available") \ _ (TIMEOUT, "timeout") \ + _ (UNKNOWN_DEVICE, "unknown device") \ _ (UNKNOWN_INTERFACE, "unknown interface") \ _ (UNSUPPORTED_CONFIG, "unsupported config") \ _ (UNSUPPORTED_DEVICE, "unsupported device") \ |