From b4ecf33d61a6adf05f8460849ff12f04da6b1787 Mon Sep 17 00:00:00 2001 From: Jakub Witowski Date: Wed, 19 Jun 2019 11:18:56 +0200 Subject: [PATCH] mesh: Remove unused error code from Leave() This removes NotFound error from mesh-api.txt from Leave() function. --- doc/mesh-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mesh-api.txt b/doc/mesh-api.txt index 2a800468b..4e0a8bff1 100644 --- a/doc/mesh-api.txt +++ b/doc/mesh-api.txt @@ -113,7 +113,7 @@ Methods: has been obtained as a result of successful Join() method call. PossibleErrors: - org.bluez.mesh.Error.NotFound + org.bluez.mesh.Error.InvalidArguments uint64 token CreateNetwork(object app_root, array{byte}[16] uuid) -- 2.47.3