mesh: Remove unused error code from Leave()
authorJakub Witowski <jakub.witowski@silvair.com>
Wed, 19 Jun 2019 09:18:56 +0000 (11:18 +0200)
committerAnupam Roy <anupam.r@samsung.com>
Tue, 17 Dec 2019 15:12:07 +0000 (20:42 +0530)
This removes NotFound error from mesh-api.txt from Leave() function.

Change-Id: I00efdb4781f24f6866208bf7a76075b78813a325
Signed-off-by: Anupam Roy <anupam.r@samsung.com>
doc/mesh-api.txt

index 2a80046..4e0a8bf 100644 (file)
@@ -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)