From d01f0f16ac06c520fe271b04de6025ca358ca477 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. Change-Id: I00efdb4781f24f6866208bf7a76075b78813a325 Signed-off-by: Anupam Roy --- 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 2a80046..4e0a8bf 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.7.4